From ca9e1e210193aaa85d9d8ea750418374d61d2ead Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 25 Mar 2016 14:33:00 +0530 Subject: Fix typo in Action Pack changelog [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e8a29f5182..97ce7ffc75 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -40,7 +40,7 @@ not meant to handle XML requests. Third, if the current request is an "interactive" browser request (the user - navigated here by entering the URL in the address bar, submiting a form, + navigated here by entering the URL in the address bar, submitting a form, clicking on a link, etc. as opposed to an XHR or non-browser API request), `ActionView::UnknownFormat` is raised to display a helpful error message. -- cgit v1.2.3