diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-21 10:18:32 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-21 10:18:32 +0100 |
commit | a7e24ecec7b5c86a6016024510853332680fbe84 (patch) | |
tree | 53891a9acdd2d73bf5542d6bdeb7200ff800ed90 /application/config | |
parent | 3053b81940f2b5e8f608290a43a77886ebc70ae4 (diff) |
[ci skip] Fix incorrect wording in config.php
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index d0cfdfaca..147405555 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -336,7 +336,7 @@ $config['cache_query_string'] = FALSE; | Encryption Key |-------------------------------------------------------------------------- | -| If you use the Encryption class, you must set the an encryption key. +| If you use the Encryption class, you must set an encryption key. | See the user guide for more info. | | http://codeigniter.com/user_guide/libraries/encryption.html |