aboutsummaryrefslogtreecommitdiffstats
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
parenta6d9d76299946fb24ce9695b4a5bdea6e2f13805 (diff)
downloadrails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.gz
rails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.bz2
rails-8a40bf2081e28772fd0773153f24d3e9809cc741.zip
[skip ci] Fix typos in actionpack changelog and security guide
-rw-r--r--actionpack/CHANGELOG.md2
-rw-r--r--guides/source/security.md2
2 files changed, 2 insertions, 2 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:
diff --git a/guides/source/security.md b/guides/source/security.md
index 91d520e997..390375b75d 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -925,7 +925,7 @@ HTTP/1.1 200 OK [Second New response created by attacker begins]
Content-Type: text/html
-&lt;html&gt;&lt;font color=red&gt;hey&lt;/font&gt;&lt;/html&gt; [Arbitary malicious input is
+&lt;html&gt;&lt;font color=red&gt;hey&lt;/font&gt;&lt;/html&gt; [Arbitrary malicious input is
Keep-Alive: timeout=15, max=100 shown as the redirected page]
Connection: Keep-Alive
Transfer-Encoding: chunked