From b7c0d3446c569e0775e21669d24d5281a4e428f8 Mon Sep 17 00:00:00 2001 From: wynnw Date: Fri, 10 Jan 2020 15:46:31 -0700 Subject: [PATCH] Fix typo on "synonyms" (#748) --- docs/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatibility.md b/docs/compatibility.md index aefee2f0..89235b12 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -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