Skip to content

Commit c1d5761

Browse files
committed
Fix typo
1 parent 1021487 commit c1d5761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/sqlalchemy/tutorial.md

Lines changed: 1 addition & 1 deletion
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)