From 9e82b0d00cbe83d6cdfa914628023cb98d70c933 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 19 Jan 2015 13:26:46 +0200 Subject: [ci skip] Add missing word in a comment --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 03dc368a2..d0cfdfaca 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -336,8 +336,8 @@ $config['cache_query_string'] = FALSE; | Encryption Key |-------------------------------------------------------------------------- | -| If you use the Encryption class must set the an encryption key. -| See the user guide for info. +| If you use the Encryption class, you must set the an encryption key. +| See the user guide for more info. | | http://codeigniter.com/user_guide/libraries/encryption.html | -- cgit v1.2.3-24-g4f1b