diff --git a/README.md b/README.md index d05ee3d8..df5c7b41 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Successfully installed asyncer anyio You can read more about each of the use cases and utility functions in **Asyncer** in the tutorial. -As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`: +As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`: ```Python import time diff --git a/docs/index.md b/docs/index.md index d05ee3d8..df5c7b41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,7 +79,7 @@ Successfully installed asyncer anyio You can read more about each of the use cases and utility functions in **Asyncer** in the tutorial. -As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`: +As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`: ```Python import time