diff options
author | Go MAEDA <maeda@farend.jp> | 2017-11-29 08:14:52 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-11-29 08:14:52 +0000 |
commit | bf35b1e027865d539620cf225bb01c365469d1bc (patch) | |
tree | a89dd0b6ffbbc0a772c04aee036ef8517a830b5d /config/configuration.yml.example | |
parent | 5d890dc9a90325a1ee9a272a592c4b6b75619f3c (diff) | |
download | redmine-bf35b1e027865d539620cf225bb01c365469d1bc.tar.gz redmine-bf35b1e027865d539620cf225bb01c365469d1bc.zip |
Fix typo in configuration.yml.example (#27670).
Patch by Kosta Harlan and Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17049 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index e44e3c163..bff4c9740 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -1,11 +1,11 @@ # = Redmine configuration file # -# Each environment has it's own configuration options. If you are only +# Each environment has its own configuration options. If you are only # running in production, only the production block needs to be configured. # Environment specific configuration options override the default ones. # # Note that this file needs to be a valid YAML file. -# DO NOT USE TABS! Use 2 spaces instead of tabs for identation. +# DO NOT USE TABS! Use 2 spaces instead of tabs for indentation. # default configuration options for all environments default: |