diff options
author | Loïc Hoguin <[email protected]> | 2014-06-30 10:18:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-30 10:18:54 +0200 |
commit | 4eb6c7928a0df8d6bb78bd4d263aa49975bacf9a (patch) | |
tree | df0c9bb1783ae44f45c1fa11ddce9d441c90d0b0 /guide | |
parent | abcc6e96d8f97e4b8d86da107608d5cdc6dfd851 (diff) | |
download | cowboy-4eb6c7928a0df8d6bb78bd4d263aa49975bacf9a.tar.gz cowboy-4eb6c7928a0df8d6bb78bd4d263aa49975bacf9a.tar.bz2 cowboy-4eb6c7928a0df8d6bb78bd4d263aa49975bacf9a.zip |
Fix typo
Diffstat (limited to 'guide')
-rw-r--r-- | guide/broken_clients.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/broken_clients.md b/guide/broken_clients.md index 97e36ce..ac9924c 100644 --- a/guide/broken_clients.md +++ b/guide/broken_clients.md @@ -8,7 +8,7 @@ particular custom enterprise clients tend to be very badly written. Cowboy tries to follow the standard as much as possible, -but is not trying to handle very possible special cases. +but is not trying to handle every possible special cases. Instead Cowboy focuses on the cases reported in the wild, on the public Web. |