typo: "philosophy"

This commit is contained in:
Chris Martin 2017-06-20 11:42:08 -04:00 committed by GitHub
parent bb7df7b890
commit fbf870ac8a

View File

@ -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