diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-05-02 13:44:08 +0300 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-05-02 13:44:08 +0300 |
commit | 31500f7284515604891a74d9853f691e67c76261 (patch) | |
tree | 880b39240375dc2a016a906cf25671bcf4487feb | |
parent | b7394646af80cd632b1b4c48feb57f5f48ed160a (diff) | |
download | rails-31500f7284515604891a74d9853f691e67c76261.tar.gz rails-31500f7284515604891a74d9853f691e67c76261.tar.bz2 rails-31500f7284515604891a74d9853f691e67c76261.zip |
Typo
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 59c7a167fb..31eb332c89 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -89,7 +89,7 @@ To install Rails, use the +gem install+ command provided by RubyGems: TIP. A number of tools exist to help you quickly install Ruby and Ruby on Rails on your system. Windows users can use "Rails -Installer":http://railsinstaller.org, while Mac Os X users can use +Installer":http://railsinstaller.org, while Mac OS X users can use "Rails One Click":http://railsoneclick.com. To verify that you have everything installed correctly, you should be able to run the following: |