From eff595f1728a395bb23e27dbe32f15320921b6c7 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 26 Sep 2017 14:49:42 +1300 Subject: [PATCH] typo --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index b91a3cf1..a92af3a0 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -399,7 +399,7 @@ If a ``.env`` file is present in your project, ``$ pipenv shell`` and ``$ pipenv 'WORLD' This is very useful for keeping production credentials out of your codebase. -We do not recommend comitting ``.env`` files into source control! +We do not recommend committing ``.env`` files into source control! .. _proper_installation: