Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Nov 20, 2024
1 parent 585b084 commit af00c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/flask.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ tweaked based on your needs.
### encode_json

`encode_json` allows to customize the encoding of HTTP and WebSocket JSON
response. By default we use `json.dumps` but you can override this method to use
a different encoder.
responses. By default we use `json.dumps` but you can override this method to
use a different encoder.

```python
class MyGraphQLView(GraphQLView):
Expand Down

0 comments on commit af00c2d

Please sign in to comment.