Skip to content

Commit c3ac231

Browse files
committed
Merge pull request #1476 from marr/fix-warning-in-doc-example
Fix warning in generate example of Getting Started
2 parents 078b29f + c0882f0 commit c3ac231

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)