aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAnton Davydov <antondavydov.o@gmail.com>2015-05-07 14:49:34 +0300
committerAnton Davydov <antondavydov.o@gmail.com>2015-05-07 14:49:34 +0300
commit8a40bf2081e28772fd0773153f24d3e9809cc741 (patch)
tree3c2e4cac2323ca8b3ba9470a4187b693f7792ff7 /actionpack
parenta6d9d76299946fb24ce9695b4a5bdea6e2f13805 (diff)
downloadrails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.gz
rails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.bz2
rails-8a40bf2081e28772fd0773153f24d3e9809cc741.zip
[skip ci] Fix typos in actionpack changelog and security guide
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 e0076225ba..fbd6c5c747 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -281,7 +281,7 @@
* Ensure `append_info_to_payload` is called even if an exception is raised.
- Fixes an issue where when an exception is raised in the request the additonal
+ Fixes an issue where when an exception is raised in the request the additional
payload data is not available.
See: