summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-18 19:10:58 -0500
committerTim Graham <timograham@gmail.com>2013-11-18 19:10:58 -0500
commit9348fc5628ccbbe156e9523b5eb8ba3ce783166e (patch)
treea4ef8815bc9cf5be6c9739483653b37ed5e799db /docs
parent3f19b63f8b7d70fde838d6949eab28e2c8d8ca99 (diff)
Fixed typo in topics/http/sessions.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/sessions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 1fcf6924fa..ee040b1f82 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -662,7 +662,7 @@ controlled by trusted users (or, are at least unable to set cookies).
For example, an attacker could log into ``good.example.com`` and get a valid
session for his account. If the attacker has control over ``bad.example.com``,
he can use it to send his session key to you since a subdomain is permitted
-to set cookies on `*.example.com``. When you visit ``good.example.com``,
+to set cookies on ``*.example.com``. When you visit ``good.example.com``,
you'll be logged in as the attacker and might inadvertently enter your
sensitive personal data (e.g. credit card info) into the attackers account.