Fix typo on "synonyms" (#748)

This commit is contained in:
wynnw 2020-01-10 15:46:31 -07:00 committed by Florimond Manca
parent b112b23152
commit b7c0d3446c

View File

@ -13,7 +13,7 @@ Use `str(response.url)` if you need a string instance.
In our documentation we prefer the uppercased versions, such as `codes.NOT_FOUND`, but also provide lower-cased versions for API compatibility with `requests`.
Requests includes various synoynms for status codes that HTTPX does not support.
Requests includes various synonyms for status codes that HTTPX does not support.
## Streaming responses