Merge pull request #771 from chris-martin/patch-1

fix typo: "philosophy"
This commit is contained in:
Oleg Grenrus 2017-06-20 20:43:00 +02:00 committed by GitHub
commit b21ba4be1e

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