mirror of https://github.com/rails/rails
Merge pull request #16430 from guillermo/patch-1
Fix typo in plugins doc
This commit is contained in:
commit
ca9851ae18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue