diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2017-03-06 18:11:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 18:11:11 -0500 |
commit | 410f876dad26273f7008e0123830aae6b075529e (patch) | |
tree | 8146eea0896d1cff396bb6cf61a3e38a223417f6 /activesupport | |
parent | ef4dfcc3b3348e4add7efb2c72bf04d55ab77a0b (diff) | |
parent | b9fa0fd2f1060a1c2d3481a66a04d8bd71c04196 (diff) | |
download | rails-410f876dad26273f7008e0123830aae6b075529e.tar.gz rails-410f876dad26273f7008e0123830aae6b075529e.tar.bz2 rails-410f876dad26273f7008e0123830aae6b075529e.zip |
Merge pull request #28320 from y-yagi/fix_typo_titleize
Fix typo `titlelize` -> `titleize` [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index fb7379d153..024202de9c 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ -* Update `titlelize` regex to allow apostrophes +* Update `titleize` regex to allow apostrophes - In 4b685aa the regex in `titlelize` was updated to not match apostrophes to + In 4b685aa the regex in `titleize` was updated to not match apostrophes to better reflect the nature of the transformation. Unfortunately this had the side effect of breaking capitalization on the first word of a sub-string, e.g: |