diff options
author | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-09-09 23:31:18 -0500 |
---|---|---|
committer | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-09-09 23:31:18 -0500 |
commit | ae3965b4752285991acb5ac8147fc9f4a88eea6d (patch) | |
tree | 471f6e462c473b3c3c9ed2ec1ccab5d8fed1c1a1 /guides/source | |
parent | cfbd73c9eaa196a65c90a98a410a18c3c444bc63 (diff) | |
download | rails-ae3965b4752285991acb5ac8147fc9f4a88eea6d.tar.gz rails-ae3965b4752285991acb5ac8147fc9f4a88eea6d.tar.bz2 rails-ae3965b4752285991acb5ac8147fc9f4a88eea6d.zip |
fix punctuation in Getting Started prologue [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.textile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 226c3dce14..af6768ac14 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -3,10 +3,11 @@ h2. Getting Started with Rails This guide covers getting up and running with Ruby on Rails. After reading it, you should be familiar with: -* Installing Rails, creating a new Rails application, and connecting your application to a database -* The general layout of a Rails application -* The basic principles of MVC (Model, View Controller) and RESTful design -* How to quickly generate the starting pieces of a Rails application +* Installing Rails, creating a new Rails application, and connecting your + application to a database. +* The general layout of a Rails application. +* The basic principles of MVC (Model, View, Controller) and RESTful design. +* How to quickly generate the starting pieces of a Rails application. endprologue. |