From 55db14ec684c57638e1d61f694d8f5359b157655 Mon Sep 17 00:00:00 2001 From: Nick Luchsinger Date: Sat, 27 Sep 2014 15:34:08 -0700 Subject: [PATCH] Minor typo in errorpages.rst --- docs/patterns/errorpages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/errorpages.rst b/docs/patterns/errorpages.rst index 79f94a48..4532e120 100644 --- a/docs/patterns/errorpages.rst +++ b/docs/patterns/errorpages.rst @@ -39,7 +39,7 @@ even if the application behaves correctly: *500 Internal Server Error* Usually happens on programming errors or if the server is overloaded. - A terrible good idea to have a nice page there, because your + A terribly good idea is to have a nice page there, because your application *will* fail sooner or later (see also: :ref:`application-errors`).