summaryrefslogtreecommitdiff
path: root/docs/serializer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/serializer.rst')
-rw-r--r--docs/serializer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/serializer.rst b/docs/serializer.rst
index 1b1da66..2f08e2a 100644
--- a/docs/serializer.rst
+++ b/docs/serializer.rst
@@ -45,7 +45,7 @@ the salt to be something that is stored alongside the resulting signed
string as a way to prevent rainbow table lookups. Such salts are usually
public.
-In itsdangerous, like in the original Django implementation, the salt
+In ItsDangerous, like in the original Django implementation, the salt
serves a different purpose. You could describe it as namespacing. It's
still not critical if you disclose it because without the secret key it
does not help an attacker.