From eea1b33da3103fb7004b139848c4fdfc8d375ff6 Mon Sep 17 00:00:00 2001 From: changeling Date: Wed, 15 May 2019 15:54:50 -0500 Subject: [PATCH] Correct typo in README (#2) Changed `laod_json_body` to `load_json_body` in README files. --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74ddea6..ec7e022 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The `graphql_server` package provides these public helper functions: * `run_http_query` * `encode_execution_results` - * `laod_json_body` + * `load_json_body` * `json_encode` * `json_encode_pretty` diff --git a/README.rst b/README.rst index d8f2633..03f4507 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ The ``graphql_server`` package provides these public helper functions: - ``run_http_query`` - ``encode_execution_results`` -- ``laod_json_body`` +- ``load_json_body`` - ``json_encode`` - ``json_encode_pretty``