aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authordharmatech <wayo.cavazos@gmail.com>2011-09-05 04:07:48 -0500
committerdharmatech <wayo.cavazos@gmail.com>2011-09-05 04:07:48 -0500
commita76c23e6bec3e418b9845010fc4c9f997abe1a01 (patch)
tree3952b2ef73e988901a4795990773e95834ba60f7 /railties/guides
parent8df4fb1bb4e5109f734f396625efd8446253fbd4 (diff)
downloadrails-a76c23e6bec3e418b9845010fc4c9f997abe1a01.tar.gz
rails-a76c23e6bec3e418b9845010fc4c9f997abe1a01.tar.bz2
rails-a76c23e6bec3e418b9845010fc4c9f997abe1a01.zip
getting_started.textile: fix minor typo
Diffstat (limited to 'railties/guides')
-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 6e9613cdae..e17b1ee1ee 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -63,7 +63,7 @@ The Rails philosophy includes several guiding principles:
* 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.
* REST is the best pattern for web applications - organizing your application around resources and standard HTTP verbs
-i s the fastest way to go.
+is the fastest way to go.
h4. The MVC Architecture