From 59cbee059c0cbe48bdc046244b6f933ce0e52a79 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 18 Dec 2014 10:38:50 +0100 Subject: [PATCH] passed a spell checker, not bad [ci skip] --- guides/source/constant_autoloading_and_reloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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