diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-25 21:09:46 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-25 21:11:05 +0530 |
commit | f09bf78218288333ed0bb8beff70da33e0366d27 (patch) | |
tree | 202f2c1dfa832acb4ac2c617bc780ac82c59cc91 /guides/source | |
parent | ea5daeb2e407d004cf134d47fe8ac28d24fb0a00 (diff) | |
download | rails-f09bf78218288333ed0bb8beff70da33e0366d27.tar.gz rails-f09bf78218288333ed0bb8beff70da33e0366d27.tar.bz2 rails-f09bf78218288333ed0bb8beff70da33e0366d27.zip |
localised => localized
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index ff601fb9cf..43529e3e96 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -2198,7 +2198,7 @@ This method accepts three options: * `:words_connector`: What is used to join the elements of arrays with 3 or more elements, except for the last two. Default is ", ". * `:last_word_connector`: What is used to join the last items of an array with 3 or more elements. Default is ", and ". -The defaults for these options can be localised, their keys are: +The defaults for these options can be localized, their keys are: | Option | I18n key | | ---------------------- | ----------------------------------- | |