Merge pull request #16430 from guillermo/patch-1

Fix typo in plugins doc
This commit is contained in:
Rafael Mendonça França 2014-08-08 11:05:02 -03:00
commit ca9851ae18
1 changed files with 1 additions and 1 deletions

View File

@ -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