aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authordharmatech <wayo.cavazos@gmail.com>2011-09-07 09:09:11 -0500
committerdharmatech <wayo.cavazos@gmail.com>2011-09-07 09:09:11 -0500
commit98b55ee2e3d89a050359a52bcc203bfe4fbc39ed (patch)
treea73ae4d96693227c88d321df754e71b8ebe553b3 /railties
parentea83a8da312e1976b93596f2556150141b14376b (diff)
downloadrails-98b55ee2e3d89a050359a52bcc203bfe4fbc39ed.tar.gz
rails-98b55ee2e3d89a050359a52bcc203bfe4fbc39ed.tar.bz2
rails-98b55ee2e3d89a050359a52bcc203bfe4fbc39ed.zip
getting_started.textile: Fix another typo
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index e17b1ee1ee..e3488cee1f 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -61,7 +61,7 @@ The Rails philosophy includes several guiding principles:
* DRY - "Don't Repeat Yourself" - suggests that writing the same code over and over again is a bad thing.
* Convention Over Configuration - means that Rails makes assumptions about what you want to do and how you're going to
-d o it, rather than requiring you to specify every little thing through endless configuration files.
+do it, rather than requiring you to specify every little thing through endless configuration files.
* REST is the best pattern for web applications - organizing your application around resources and standard HTTP verbs
is the fastest way to go.