Fix two spaces after end of sentence.

This commit is contained in:
Jason Noble & Ralph Shnelvar 2011-07-24 16:36:50 -06:00
parent 1ca4990a10
commit 0076a6fce2

@ -535,9 +535,9 @@ command in your terminal:
$ rails generate scaffold Post name:string title:string content:text
</shell>
This will create a new database table called posts (plural of Post). The table
This will create a new database table called posts (plural of Post). The table
will have three columns, name (type string), title (type string) and content
(type text). It will also hook this new database up to Rails (details below).
(type text). It will also hook this new database up to Rails (details below).
NOTE. While scaffolding will get you up and running quickly, the code it
generates is unlikely to be a perfect fit for your application. You'll most