summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-05 19:59:30 +0100
committerAndrey Andreev <narf@devilix.net>2022-01-05 19:59:30 +0100
commitb8ad8411998b028f829db4231b3ef1db0eef8813 (patch)
tree5f408c92cb4c20d55ae3bde6d378b7ed7767ae23 /application
parentb8445bf3f5ac18b6325e1205e068a24d80a19307 (diff)
[ci skip] Another minor grammar correction following #5690
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 1abe32c00..35ace5cc9 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -13,8 +13,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
| WARNING: You MUST set this value!
|
-| If it is not set, then CodeIgniter will try to guess the protocol and
-| path your installation, but due to security concerns the hostname will
+| If it is not set, then CodeIgniter will try to guess the protocol and
+| path to your installation, but due to security concerns the hostname will
| be set to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
| The auto-detection mechanism exists only for convenience during
| development and MUST NOT be used in production!