We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7530aeb commit c617067Copy full SHA for c617067
docs/pages/docs/quickstart-django.md
@@ -116,9 +116,9 @@ INSTALLED_APPS = [
116
Unlike a RESTful API, there is only a single URL from which a GraphQL is accessed.
117
Requests to this URL are handled by Graphene's `GraphQLView` view.
118
119
-Additionally, and interface for navigating this API will be very useful. Graphene
+Additionally, an interface for navigating this API will be very useful. Graphene
120
includes the [graphiql](https://github.com/graphql/graphiql) in-browser IDE
121
-which assits and exploring and querying your new API. We'll add a URL for this too.
+which assists in exploring and querying your new API. We’ll add a URL for this too.
122
123
```python
124
from django.conf.urls import url, include
0 commit comments