From 67f483bf647549d6f3a6a3b5f73a2bf913a0b25c Mon Sep 17 00:00:00 2001 From: doobeh Date: Wed, 3 Nov 2010 12:10:44 -0700 Subject: [PATCH] Typo. Signed-off-by: Armin Ronacher --- docs/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.rst b/docs/security.rst index 24a4ceb2..a8a0afcf 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -11,7 +11,7 @@ Cross-Site Scripting (XSS) -------------------------- Cross site scripting is the concept of injecting arbitrary HTML (and with -it JavaScript) into the context of a website. To rememdy this, developers +it JavaScript) into the context of a website. To remedy this, developers have to properly escape text so that it cannot include arbitrary HTML tags. For more information on that have a look at the Wikipedia article on `Cross-Site Scripting