aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-25 14:33:00 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-25 14:33:00 +0530
commitca9e1e210193aaa85d9d8ea750418374d61d2ead (patch)
treeb33fa8a9c1a93aee9daac2223332e62afc4a5ec0 /actionpack
parent520e81ba5d2d510517bfe7b72ec2104b32c40dfa (diff)
downloadrails-ca9e1e210193aaa85d9d8ea750418374d61d2ead.tar.gz
rails-ca9e1e210193aaa85d9d8ea750418374d61d2ead.tar.bz2
rails-ca9e1e210193aaa85d9d8ea750418374d61d2ead.zip
Fix typo in Action Pack changelog [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.