aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/initialization.textile
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2011-07-23 13:57:56 -0400
committerEvan Farrar <evanfarrar@gmail.com>2011-07-23 13:57:56 -0400
commit66b4d112363f3786ecfe4b28d2b00bdcde7e706f (patch)
treeb80bb5179f82cea20a811d4df19361cff8509c4d /railties/guides/source/initialization.textile
parent662a71b09f025016db223991017df9a179f42ff4 (diff)
downloadrails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.tar.gz
rails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.tar.bz2
rails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.zip
Changed several instances of British English to be American English
Diffstat (limited to 'railties/guides/source/initialization.textile')
-rw-r--r--railties/guides/source/initialization.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index 340699419b..477ee5a3a2 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -512,7 +512,7 @@ h4. +railties/lib/rails/ruby_version_check.rb+
This file simply checks if the Ruby version is less than 1.8.7 or is 1.9.1 and raises an error if that is the case. Rails 3 simply will not run on earlier versions of Ruby than 1.8.7 or 1.9.1.
-NOTE: You should always endeavour to run the latest version of Ruby with your Rails applications. The benefits are many, including security fixes and the like, and very often there is a speed increase associated with it. The caveat is that you could have code that potentially breaks on the latest version, which should be fixed to work on the latest version rather than kept around as an excuse not to upgrade.
+NOTE: You should always endeavor to run the latest version of Ruby with your Rails applications. The benefits are many, including security fixes and the like, and very often there is a speed increase associated with it. The caveat is that you could have code that potentially breaks on the latest version, which should be fixed to work on the latest version rather than kept around as an excuse not to upgrade.
h4. +active_support/core_ext/kernel/reporting.rb+