We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136343e + 63bd123 commit 8a0bd37Copy full SHA for 8a0bd37
docs/internals.rst
@@ -12,7 +12,7 @@ exposed by the web3 object and the backend or node that web3 is connecting to.
12
* **Middlewares** provide hooks for monitoring and modifying requests and
13
responses to and from the provider. These can be *global* operating on all
14
providers or specific to one provider.
15
-* **Managers** provide thread safety and primatives to allow for asyncronous usage of web3.
+* **Managers** provide thread safety and primatives to allow for asynchronous usage of web3.
16
17
Here are some common things you might want to do with these APIs.
18
newsfragments/1607.doc.rst
@@ -0,0 +1 @@
1
+Fix typo in "Internals" docs. Changed asyncronous --> asynchronous
0 commit comments