From fbf870ac8a23a5955cf60d42d41316f23136a217 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 20 Jun 2017 11:42:08 -0400 Subject: [PATCH] typo: "philosophy" --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/introduction.rst b/doc/introduction.rst index 77ef306b..4340fe34 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -22,7 +22,7 @@ Introduction - separation of concerns - Your handlers and your HTTP logic should be separate. True to the philosphy + Your handlers and your HTTP logic should be separate. True to the philosophy at the core of HTTP and REST, with **servant** your handlers return normal Haskell datatypes - that's the resource. And then from a description of your API, **servant** handles the *presentation* (i.e., the Content-Types). But