aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-05-06 17:22:18 -0700
committerWaynn Lue <WLGades@gmail.com>2013-05-06 17:22:18 -0700
commit54644f2e783338c982e724f5f7e9eef0a36d0079 (patch)
tree6a9f1204695db69d667dddcef549371bb4dd0595 /activerecord/README.rdoc
parentb245287bc535933e7b0b095ca84d313dfd676eab (diff)
downloadrails-54644f2e783338c982e724f5f7e9eef0a36d0079.tar.gz
rails-54644f2e783338c982e724f5f7e9eef0a36d0079.tar.bz2
rails-54644f2e783338c982e724f5f7e9eef0a36d0079.zip
XML-files isn't a word
Diffstat (limited to 'activerecord/README.rdoc')
-rw-r--r--activerecord/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 822e460918..e04abe9b37 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -175,7 +175,7 @@ by relying on a number of conventions that make it easy for Active Record to inf
complex relations and structures from a minimal amount of explicit direction.
Convention over Configuration:
-* No XML-files!
+* No XML files!
* Lots of reflection and run-time extension
* Magic is not inherently a bad word