Merge pull request #588 from diekmann/patch-2

Fixed typo: s/real/realm/
This commit is contained in:
Julian Arni 2016-09-02 12:08:00 -03:00 committed by GitHub
commit 3d7a63e496

View File

@ -319,8 +319,8 @@ Which is used like so:
``` haskell
type ProtectedAPI12
= UserAPI -- this is public
:<|> BasicAuth "my-real" User :> UserAPI2 -- this is protected by auth
= UserAPI -- this is public
:<|> BasicAuth "my-realm" User :> UserAPI2 -- this is protected by auth
```
### Interoperability with `wai`: `Raw`