diff options
author | Anton Davydov <antondavydov.o@gmail.com> | 2015-05-07 14:49:34 +0300 |
---|---|---|
committer | Anton Davydov <antondavydov.o@gmail.com> | 2015-05-07 14:49:34 +0300 |
commit | 8a40bf2081e28772fd0773153f24d3e9809cc741 (patch) | |
tree | 3c2e4cac2323ca8b3ba9470a4187b693f7792ff7 /guides | |
parent | a6d9d76299946fb24ce9695b4a5bdea6e2f13805 (diff) | |
download | rails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.gz rails-8a40bf2081e28772fd0773153f24d3e9809cc741.tar.bz2 rails-8a40bf2081e28772fd0773153f24d3e9809cc741.zip |
[skip ci] Fix typos in actionpack changelog and security guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/security.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |