Skip to content

Commit 73e3fee

Browse files
sanders41tiangolo
andauthored
✏ Fix typo in index and README (#4)
Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent b3509b0 commit 73e3fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Successfully installed asyncer anyio
7979

8080
You can read more about each of the use cases and utility functions in **Asyncer** in the <a href="https://asyncer.tiangolo.com/tutorial/" class="external-link" target="_blank">tutorial</a>.
8181

82-
As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`:
82+
As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`:
8383

8484
```Python
8585
import time

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Successfully installed asyncer anyio
7979

8080
You can read more about each of the use cases and utility functions in **Asyncer** in the <a href="https://asyncer.tiangolo.com/tutorial/" class="external-link" target="_blank">tutorial</a>.
8181

82-
As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`:
82+
As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`:
8383

8484
```Python
8585
import time

0 commit comments

Comments
 (0)