Skip to content

Commit c0882f0

Browse files
author
Dave Marr
committed
Fix warning in generate example of Getting Started
Fixes #1475
1 parent 078b29f commit c0882f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install Rails-3
2121

2222
### Generate a scaffold
2323

24-
$ rails generate scaffold Widgets name:string
24+
$ rails generate scaffold Widget name:string
2525

2626
This generates files in the `app` and `spec` directories. The files in the
2727
`app` directory are generated by Rails, and Rails delegates the generation of

0 commit comments

Comments
 (0)