1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Merge pull request #21 from StyMaar/patch-1

Add missing word
This commit is contained in:
Nikolay Kim 2018-06-04 10:23:20 -07:00 committed by GitHub
commit 5162bb87ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ full list of available error helpers.
Actix-web provides automatic compatibility with the [failure] library so that
errors deriving `fail` will be converted automatically to an actix error. Keep
in that those errors will render with the default *500* status code unless you
in mind that those errors will render with the default *500* status code unless you
also provide your own `error_response()` implementation for them.
# Error logging