From 396c4bdcc0f30241e009516e430bc1742ad344bf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 25 Sep 2011 22:19:20 +0200 Subject: [PATCH] Fixed a typo. "Does not" of course --- docs/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 32e267c3..ca724dce 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -94,7 +94,8 @@ The following configuration values are used internally by Flask: Required for subdomain support (e.g.: ``'myapp.dev:5000'``) Note that localhost does not support subdomains so - setting this to “localhost” help. + setting this to “localhost” does not + help. ``APPLICATION_ROOT`` If the application does not occupy a whole domain or subdomain this can be set to the path where the application