Merge pull request #756 from shak-mar/patch-1

Fix typo in ApiType.lhs
This commit is contained in:
Oleg Grenrus 2017-05-19 16:06:55 +03:00 committed by GitHub
commit 3017bce18a

View File

@ -79,7 +79,7 @@ type UserAPI2 = "users" :> "list-all" :> Get '[JSON] [User]
**servant** provides a fair amount of combinators out-of-the-box, but you can
always write your own when you need it. Here's a quick overview of the most
often needed the combinators that **servant** comes with.
often needed combinators that **servant** comes with.
## Combinators