From ae3965b4752285991acb5ac8147fc9f4a88eea6d Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sun, 9 Sep 2012 23:31:18 -0500 Subject: fix punctuation in Getting Started prologue [ci skip] --- guides/source/getting_started.textile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'guides/source') 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. -- cgit v1.2.3