Skip to content

Commit 6853142

Browse files
committed
Merge pull request #114 from jeffwidman/patch-2
Fix typo
2 parents 2a19a85 + c1d5761 commit 6853142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/sqlalchemy/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Unlike a RESTful API, there is only a single URL from which GraphQL is accessed.
121121

122122
We are going to use Flask to create a server that expose the GraphQL schema under `/graphql` and a interface for querying it easily: GraphiQL under `/graphiql`.
123123

124-
Afortunately for us, the library `Flask-GraphQL` that we installed previously is making the task quite easy.
124+
Fortunately for us, the library `Flask-GraphQL` that we previously installed makes this task quite easy.
125125

126126
```python
127127
# flask_sqlalchemy/app.py

0 commit comments

Comments
 (0)