Vote #78975
完了Fix typo in configuration.yml.example
0%
説明
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.
#
journals
I found another typo.
<pre><code class="diff">
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:
</code></pre>
--------------------------------------------------------------------------------
Committed in the trunk.
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 4.0.0_99 にセット