Skip to content

Commit eea1b33

Browse files
changelingCito
authored andcommitted
Correct typo in README (#2)
Changed `laod_json_body` to `load_json_body` in README files.
1 parent c781f01 commit eea1b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `graphql_server` package provides these public helper functions:
3131

3232
* `run_http_query`
3333
* `encode_execution_results`
34-
* `laod_json_body`
34+
* `load_json_body`
3535
* `json_encode`
3636
* `json_encode_pretty`
3737

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The ``graphql_server`` package provides these public helper functions:
3737

3838
- ``run_http_query``
3939
- ``encode_execution_results``
40-
- ``laod_json_body``
40+
- ``load_json_body``
4141
- ``json_encode``
4242
- ``json_encode_pretty``
4343

0 commit comments

Comments
 (0)