Docs: Hoist Server "Footnote"

This commit is contained in:
Andy 2020-07-21 01:02:05 +02:00 committed by GitHub
parent 1f1f7f309a
commit 55f5a78b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ mkApp cfg cs jwts ctx =
(flip runReaderT ctx) (adminServer cs jwts)
```
One footenote: because we'd like our logs to be in JSON form, we'll also create a `Middleware` object
One footnote: because we'd like our logs to be in JSON form, we'll also create a `Middleware` object
so that `Warp` *also* will emit logs as JSON. This will ensure *all* logs are emitted as JSON:
```haskell