From 2313d70e5b0142ddd249f6b569b449513a58a9f8 Mon Sep 17 00:00:00 2001 From: StyMaar Date: Mon, 4 Jun 2018 13:52:15 +0200 Subject: [PATCH] Add missing word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I suppose “keep in mind” was the intended phrase (but I'm not native English speaker, I may be missing something). --- content/docs/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/errors.md b/content/docs/errors.md index 3e7e508..4cb1404 100644 --- a/content/docs/errors.md +++ b/content/docs/errors.md @@ -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