aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-01-30 12:05:02 +0100
committerYves Senn <yves.senn@gmail.com>2014-01-30 17:40:28 +0100
commitd4d041c1fe55c10a786a4a1a7ff0c34867944b2f (patch)
treecc3043982af677ad5c3e9f1eed7d83101b1c7bed /guides/source/getting_started.md
parent2d46e77f6b1b108f8725bdf9518405703b72477e (diff)
downloadrails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.gz
rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.bz2
rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.zip
fix typo and indent. [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 9c09ecc99c..0aa0b49b15 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -23,7 +23,7 @@ prerequisites installed:
* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
* The [RubyGems](http://rubygems.org) packaging system
- * To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org)
+* To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org)
* A working installation of the [SQLite3 Database](http://www.sqlite.org)
Rails is a web application framework running on the Ruby programming language.