diff options
author | Guillermo Álvarez Fernández <guillermo@cientifico.net> | 2014-08-08 15:13:40 +0200 |
---|---|---|
committer | Guillermo Álvarez Fernández <guillermo@cientifico.net> | 2014-08-08 15:13:40 +0200 |
commit | b20d11133d18dad09f2778c9ac0c3ee362221e39 (patch) | |
tree | da775d493853d4f7f8c3b3e7f1ddaa8ec7f32c1c /guides | |
parent | 700968e5fe382cd4c27279df67637e0c968b77a7 (diff) | |
download | rails-b20d11133d18dad09f2778c9ac0c3ee362221e39.tar.gz rails-b20d11133d18dad09f2778c9ac0c3ee362221e39.tar.bz2 rails-b20d11133d18dad09f2778c9ac0c3ee362221e39.zip |
Fix typo in plugins doc
Diffstat (limited to 'guides')
-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 |