aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-06-21 15:46:56 +0900
committerGitHub <noreply@github.com>2018-06-21 15:46:56 +0900
commitf84a4fd1d59761e3d0308ea17dcd2332440f648e (patch)
tree99b636f04765a008807077b5c3d907ba6b552178
parent59984a3cea6d4ade34c3df3097fdd1d9ab26bf65 (diff)
parent08433f2fd0de84a260e794e10ecf4e1be9327886 (diff)
downloadrails-f84a4fd1d59761e3d0308ea17dcd2332440f648e.tar.gz
rails-f84a4fd1d59761e3d0308ea17dcd2332440f648e.tar.bz2
rails-f84a4fd1d59761e3d0308ea17dcd2332440f648e.zip
Merge pull request #33175 from gsamokovarov/fix-actionpack-typo
Fix actionpack changelog typo [ci skip]
-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.