Skip to content

Commit ac1f9ac

Browse files
authored
Fix grammar (#1027)
1 parent 5b14511 commit ac1f9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To learn how to extend the schema object for your project, read the basic tutori
8585
CSRF exempt
8686
-----------
8787

88-
If have enabled `CSRF protection <https://docs.djangoproject.com/en/3.0/ref/csrf/>`_ in your Django app
88+
If you have enabled `CSRF protection <https://docs.djangoproject.com/en/3.0/ref/csrf/>`_ in your Django app
8989
you will find that it prevents your API clients from POSTing to the ``graphql`` endpoint. You can either
9090
update your API client to pass the CSRF token with each request (the Django docs have a guide on how to do that: https://docs.djangoproject.com/en/3.0/ref/csrf/#ajax) or you can exempt your Graphql endpoint from CSRF protection by wrapping the ``GraphQLView`` with the ``csrf_exempt``
9191
decorator:

0 commit comments

Comments
 (0)