aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-06-10 10:14:51 +0200
committerGitHub <noreply@github.com>2019-06-10 10:14:51 +0200
commit0aa86534d726090bc244b21367adc333ab961835 (patch)
tree39816f4901d379f615fcd14147c648ac021c736a
parent5267753f6494d969b416ba9c044c2177db5e5caf (diff)
parent731cb4f26cb368610d82b1e470abe8a62ee725e0 (diff)
downloadrails-0aa86534d726090bc244b21367adc333ab961835.tar.gz
rails-0aa86534d726090bc244b21367adc333ab961835.tar.bz2
rails-0aa86534d726090bc244b21367adc333ab961835.zip
Merge pull request #36452 from kojoma/kojoma/update_guides
[ci skip] Fix rails/command.rb document
-rw-r--r--guides/source/initialization.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md
index c41eae18cf..817c6b17bc 100644
--- a/guides/source/initialization.md
+++ b/guides/source/initialization.md
@@ -160,8 +160,8 @@ namespace and executes the command if found.
If Rails doesn't recognize the command, it hands the reins over to Rake
to run a task of the same name.
-As shown, `Rails::Command` displays the help output automatically if the `args`
-are empty.
+As shown, `Rails::Command` displays the help output automatically if the `namespace`
+is empty.
```ruby
module Rails::Command