aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:46:10 -0400
committerBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:46:10 -0400
commit7c7e00b552556d3bbe37e9a38f713852d88cb363 (patch)
tree6522344f410c440351f71dfae2e7aa98709849e9 /railties
parentf632df2828626357477504b83093b25d44674f41 (diff)
downloadrails-7c7e00b552556d3bbe37e9a38f713852d88cb363.tar.gz
rails-7c7e00b552556d3bbe37e9a38f713852d88cb363.tar.bz2
rails-7c7e00b552556d3bbe37e9a38f713852d88cb363.zip
Small grammatical fix.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README
index 6ce0fa6f70..65d1459d0e 100644
--- a/railties/lib/rails/generators/rails/app/templates/README
+++ b/railties/lib/rails/generators/rails/app/templates/README
@@ -123,7 +123,7 @@ More information on how to use the logger is at http://www.ruby-doc.org/core/
Also, Ruby documentation can be found at http://www.ruby-lang.org/ including:
* The Learning Ruby (Pickaxe) Book: http://www.ruby-doc.org/docs/ProgrammingRuby/
-* Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide)
+* Learn to Program: http://pine.fm/LearnToProgram/ (a beginner's guide)
These two online (and free) books will bring you up to speed on the Ruby language
and also on programming in general.