Skip to content

Commit c617067

Browse files
committed
Fixed typo. Thanks @ pauliwang!
1 parent 7530aeb commit c617067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/docs/quickstart-django.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ INSTALLED_APPS = [
116116
Unlike a RESTful API, there is only a single URL from which a GraphQL is accessed.
117117
Requests to this URL are handled by Graphene's `GraphQLView` view.
118118

119-
Additionally, and interface for navigating this API will be very useful. Graphene
119+
Additionally, an interface for navigating this API will be very useful. Graphene
120120
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.
121+
which assists in exploring and querying your new API. Well add a URL for this too.
122122

123123
```python
124124
from django.conf.urls import url, include

0 commit comments

Comments
 (0)