From 76703e5b8085f0f22b67a8390d1b0645d6f9e05b Mon Sep 17 00:00:00 2001 From: shak-mar Date: Fri, 19 May 2017 15:02:10 +0200 Subject: [PATCH] Fix typo in ApiType.lhs --- doc/tutorial/ApiType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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