Fix typo in ApiType.lhs

This commit is contained in:
shak-mar 2017-05-19 15:02:10 +02:00 committed by GitHub
parent f0eec498a1
commit 76703e5b80

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