aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenadi Samokovarov <gsamokovarov@gmail.com>2018-06-19 22:59:35 +0300
committerGenadi Samokovarov <gsamokovarov@gmail.com>2018-06-19 23:02:21 +0300
commit08433f2fd0de84a260e794e10ecf4e1be9327886 (patch)
treeaf347992c5d47fb49342dd1379188ff736dd3339
parent716f2e09c23e48716460027b78d2133bce0cdf3e (diff)
downloadrails-08433f2fd0de84a260e794e10ecf4e1be9327886.tar.gz
rails-08433f2fd0de84a260e794e10ecf4e1be9327886.tar.bz2
rails-08433f2fd0de84a260e794e10ecf4e1be9327886.zip
Fix a typo in the Action Pack changelog [ci skip]
I spotted it while working on a PR.
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index a13d9e1078..3bbc9a9cfd 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Introduce a new error page to when the implict render page is accessed in the browser.
+* Introduce a new error page to when the implicit render page is accessed in the browser.
Now instead of showing an error page that with exception and backtraces we now show only
one informative page.