Merge pull request #771 from chris-martin/patch-1
fix typo: "philosophy"
This commit is contained in:
commit
b21ba4be1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue