aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-12-18 10:38:50 +0100
committerXavier Noria <fxn@hashref.com>2014-12-18 10:38:50 +0100
commit59cbee059c0cbe48bdc046244b6f933ce0e52a79 (patch)
treee079ac0d31e0272a1f00d8c5d4dc9922ff1d9233 /guides
parentf6f336f8a87146a44cfc81b0ba7709b65dea6732 (diff)
downloadrails-59cbee059c0cbe48bdc046244b6f933ce0e52a79.tar.gz
rails-59cbee059c0cbe48bdc046244b6f933ce0e52a79.tar.bz2
rails-59cbee059c0cbe48bdc046244b6f933ce0e52a79.zip
passed a spell checker, not bad [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/constant_autoloading_and_reloading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md
index aba87cc01c..15f2141b99 100644
--- a/guides/source/constant_autoloading_and_reloading.md
+++ b/guides/source/constant_autoloading_and_reloading.md
@@ -1072,7 +1072,7 @@ class FlightModel
end
```
-that can be overriden by each airplane, for instance
+that can be overridden by each airplane, for instance
```ruby
# app/models/bell_x1/flight_model.rb