Patch #27670
closed
Fix typo in configuration.yml.example
Added by Go MAEDA almost 7 years ago.
Updated almost 7 years ago.
Category:
Code cleanup/refactoring
Description
Pull request https://github.com/redmine/redmine/pull/61/files by Kosta Harlan.
Index: config/configuration.yml.example
===================================================================
--- config/configuration.yml.example (revision 17048)
+++ config/configuration.yml.example (working copy)
@@ -1,6 +1,6 @@
# = 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.
#
I found another typo.
Index: config/configuration.yml.example
===================================================================
--- config/configuration.yml.example (revision 17048)
+++ config/configuration.yml.example (working copy)
@@ -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:
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 4.0.0
Also available in: Atom
PDF