diff --git a/doc/tutorial/ApiType.lhs b/doc/tutorial/ApiType.lhs index cc2d3717..f43b2231 100644 --- a/doc/tutorial/ApiType.lhs +++ b/doc/tutorial/ApiType.lhs @@ -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