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

Fix misspelling on README.md

[ci skip]
This commit is contained in:
Prem Sichanugrist 2013-08-27 21:18:45 +07:00
parent 2230f247f6
commit 182f1d13aa

View file

@ -38,7 +38,7 @@ Active Record, Action Pack, and Action View can each be used independently outsi
In addition to them, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
to generate and send emails; and Active Support ([README](activesupport/README.rdoc)), a collection of
utility classes and standard library extensions that are useful for Rails, and may also be used
independently outisde Rails.
independently outside Rails.
## Getting Started