summaryrefslogtreecommitdiff
path: root/docs/ref/clickjacking.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/clickjacking.txt')
-rw-r--r--docs/ref/clickjacking.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt
index 6fba3eaea8..88b45fd63b 100644
--- a/docs/ref/clickjacking.txt
+++ b/docs/ref/clickjacking.txt
@@ -37,10 +37,9 @@ loading in a frame no matter which site made the request.
.. _X-Frame-Options: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
-Django provides a few simple ways to include this header in responses from your
-site:
+Django provides a few ways to include this header in responses from your site:
-#. A simple middleware that sets the header in all responses.
+#. A middleware that sets the header in all responses.
#. A set of view decorators that can be used to override the middleware or to
only set the header for certain views.