Skip to content

Commit 85a1f9e

Browse files
authored
Fix typos (#417)
1 parent 09b465e commit 85a1f9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ with httpcore.SyncConnectionPool() as http:
9090

9191
### Fixed
9292

93-
- Task cancelation no longer leaks connections from the connection pool. (Pull #305)
93+
- Task cancellation no longer leaks connections from the connection pool. (Pull #305)
9494

9595
## 0.12.3 (December 7th, 2020)
9696

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ as part of the unasync process.
8484
- Run `scripts/unasync` to generate the synchronous versions. Note the script
8585
is ran as part of other scripts as well, so you don't usually need to run this
8686
yourself.
87-
- Run the entire test suite as decribed below.
87+
- Run the entire test suite as described below.
8888

8989
## Testing and Linting
9090

0 commit comments

Comments
 (0)