diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-08 11:05:02 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-08 11:05:02 -0300 |
commit | ca9851ae189f68d6c10759df34e487b3e4bc7056 (patch) | |
tree | da775d493853d4f7f8c3b3e7f1ddaa8ec7f32c1c | |
parent | 700968e5fe382cd4c27279df67637e0c968b77a7 (diff) | |
parent | b20d11133d18dad09f2778c9ac0c3ee362221e39 (diff) | |
download | rails-ca9851ae189f68d6c10759df34e487b3e4bc7056.tar.gz rails-ca9851ae189f68d6c10759df34e487b3e4bc7056.tar.bz2 rails-ca9851ae189f68d6c10759df34e487b3e4bc7056.zip |
Merge pull request #16430 from guillermo/patch-1
Fix typo in plugins doc
-rw-r--r-- | guides/source/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md index a35648d341..489bd227cd 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -45,7 +45,7 @@ $ bin/rails plugin new yaffle See usage and options by asking for help: ```bash -$ bin/rails plugin --help +$ bin/rails plugin new --help ``` Testing Your Newly Generated Plugin |