1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

getting_started.textile: fix minor typo

This commit is contained in:
dharmatech 2011-09-05 04:07:48 -05:00
parent 8df4fb1bb4
commit a76c23e6be

View file

@ -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