Skip to content

Commit

Permalink
Fix two spaces after end of sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble authored and fxn committed Jul 25, 2011
1 parent 0405394 commit 4eb030e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/getting_started.textile
Expand Up @@ -536,9 +536,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
Expand Down

0 comments on commit 4eb030e

Please sign in to comment.