aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index ffb16e784a..bfed3eccf3 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -98,7 +98,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Removed web_service generator [Koz]
-* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Fred Cheung]. Example:
+* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Frederick Cheung]. Example:
# Loads :classic_pagination before all the other plugins
config.plugins = [ :classic_pagination, :all ]