aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2013-08-27 21:18:45 +0700
committerPrem Sichanugrist <s@sikac.hu>2013-08-27 21:18:45 +0700
commit182f1d13aaaf716f873e385482d0092d126a531d (patch)
tree77267b31669d4cfd821a2d466665176259e01065 /README.md
parent2230f247f69c014be951d6effa4cb3ca2fba3303 (diff)
downloadrails-182f1d13aaaf716f873e385482d0092d126a531d.tar.gz
rails-182f1d13aaaf716f873e385482d0092d126a531d.tar.bz2
rails-182f1d13aaaf716f873e385482d0092d126a531d.zip
Fix misspelling on README.md
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d6ccc5176..95a66aea28 100644
--- a/README.md
+++ b/README.md
@@ -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