diff options
author | Bobby Wilson <bwilson@90octane.com> | 2009-02-09 13:32:43 -0700 |
---|---|---|
committer | Bobby Wilson <bwilson@90octane.com> | 2009-02-09 13:32:43 -0700 |
commit | 7a1b62ef66d744daf972069f37480ff5ce599baa (patch) | |
tree | 9beb1cef04fa1f9adcbd291250f4deb403f4ccef /railties/guides/source | |
parent | 0108bd6fc785306c0d3bd5d29a801e97fd0bcdf3 (diff) | |
download | rails-7a1b62ef66d744daf972069f37480ff5ce599baa.tar.gz rails-7a1b62ef66d744daf972069f37480ff5ce599baa.tar.bz2 rails-7a1b62ef66d744daf972069f37480ff5ce599baa.zip |
fixed a minor typo, needed an h in Neighborly
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 3163fdb4bc..6a600e801a 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -21,7 +21,7 @@ This guide is designed for beginners who want to get started with a Rails applic It is highly recommended that you *familiarize yourself with Ruby before diving into Rails*. You will find it much easier to follow what’s going on with a Rails application if you understand basic Ruby syntax. Rails isn’t going to magically revolutionize the way you write web applications if you have no experience with the language it uses. There are some good free resources on the internet for learning Ruby, including: -* "Mr. Neigborly’s Humble Little Ruby Book":http://www.humblelittlerubybook.com +* "Mr. Neighborly’s Humble Little Ruby Book":http://www.humblelittlerubybook.com * "Programming Ruby":http://www.rubycentral.com/book * "Why’s (Poignant) Guide to Ruby":http://poignantguide.net/ruby |