diff options
author | Xavier Noria <fxn@hashref.com> | 2014-05-06 22:17:03 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-05-06 22:17:21 +0200 |
commit | 3fad674591f72eb2d4e18c651e23f09804fe2d1a (patch) | |
tree | 4dcd4df265875955946725fce52aa97158669bd0 /guides/source | |
parent | 29ae431c51dea6e50abf98b6d62dbfd4828ceab7 (diff) | |
download | rails-3fad674591f72eb2d4e18c651e23f09804fe2d1a.tar.gz rails-3fad674591f72eb2d4e18c651e23f09804fe2d1a.tar.bz2 rails-3fad674591f72eb2d4e18c651e23f09804fe2d1a.zip |
typo [ci skip]
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 1ac7ecc78f..329db7cf29 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -1768,7 +1768,7 @@ NOTE: Defined in `active_support/core_ext/string/inflections.rb`. #### `humanize` -The method `humanize` tqweaks an attribute name for display to end users. +The method `humanize` tweaks an attribute name for display to end users. Specifically performs these transformations: |