diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-05-07 13:54:53 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-05-07 13:54:53 +0200 |
commit | 8639795c9911a06ba168064309e032875450faf6 (patch) | |
tree | 3c2e4cac2323ca8b3ba9470a4187b693f7792ff7 | |
parent | a6d9d76299946fb24ce9695b4a5bdea6e2f13805 (diff) | |
parent | 8a40bf2081e28772fd0773153f24d3e9809cc741 (diff) | |
download | rails-8639795c9911a06ba168064309e032875450faf6.tar.gz rails-8639795c9911a06ba168064309e032875450faf6.tar.bz2 rails-8639795c9911a06ba168064309e032875450faf6.zip |
Merge pull request #20055 from davydovanton/doc-fix-typos
[skip ci] Fix typos in actionpack changelog and security guide
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | guides/source/security.md | 2 |
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 -<html><font color=red>hey</font></html> [Arbitary malicious input is +<html><font color=red>hey</font></html> [Arbitrary malicious input is Keep-Alive: timeout=15, max=100 shown as the redirected page] Connection: Keep-Alive Transfer-Encoding: chunked |