Skip to content

Commit 8a0bd37

Browse files
authored
Merge pull request #1607 from sbellem/docs/fix-typo
Fix typo in docs
2 parents 136343e + 63bd123 commit 8a0bd37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exposed by the web3 object and the backend or node that web3 is connecting to.
1212
* **Middlewares** provide hooks for monitoring and modifying requests and
1313
responses to and from the provider. These can be *global* operating on all
1414
providers or specific to one provider.
15-
* **Managers** provide thread safety and primatives to allow for asyncronous usage of web3.
15+
* **Managers** provide thread safety and primatives to allow for asynchronous usage of web3.
1616

1717
Here are some common things you might want to do with these APIs.
1818

newsfragments/1607.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in "Internals" docs. Changed asyncronous --> asynchronous

0 commit comments

Comments
 (0)