From 08433f2fd0de84a260e794e10ecf4e1be9327886 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Tue, 19 Jun 2018 22:59:35 +0300 Subject: Fix a typo in the Action Pack changelog [ci skip] I spotted it while working on a PR. --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3