From 90e0fffbd5f0870f5f26c2651829d80dde9a951a Mon Sep 17 00:00:00 2001 From: Iqbal Hamsyah Date: Thu, 27 Feb 2020 15:59:00 +0700 Subject: [PATCH] Fix a typo. --- user_guide_src/source/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/tutorial/index.rst b/user_guide_src/source/tutorial/index.rst index 17d8f9f063..fb4afed7c8 100644 --- a/user_guide_src/source/tutorial/index.rst +++ b/user_guide_src/source/tutorial/index.rst @@ -66,7 +66,7 @@ CodeIgniter installed in the vendor folder. By default, CodeIgniter starts up in production mode. This is a safety feature to keep your site a bit more secure in case settings are messed up once it is live. -So first let's fix that. Copy or renmae the ``env`` file to ``.env``. Open it up. +So first let's fix that. Copy or rename the ``env`` file to ``.env``. Open it up. This file contains server-specific settings. This means you never will need to commit any sensitive information to your version control system. It includes