From 18930082e202bda45b0fc69e1203530b4720bbb1 Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Wed, 10 May 2017 09:38:57 -0700 Subject: [PATCH] spelling mistake fixed incorrect spelling --- docs/sanic/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/config.md b/docs/sanic/config.md index 33949d32..5883830d 100644 --- a/docs/sanic/config.md +++ b/docs/sanic/config.md @@ -66,7 +66,7 @@ $ MYAPP_SETTINGS=/path/to/config_file python3 myapp.py INFO: Goin' Fast @ http://0.0.0.0:8000 ``` -The config files are regular Python files which are executed in order to load them. This allows you to use arbitrary logic for constructing the right configuration. Only uppercase varibales are added to the configuration. Most commonly the configuration consists of simple key value pairs: +The config files are regular Python files which are executed in order to load them. This allows you to use arbitrary logic for constructing the right configuration. Only uppercase variables are added to the configuration. Most commonly the configuration consists of simple key value pairs: ``` # config_file