From a5b20430808d7136b88dade3bc276e39335be927 Mon Sep 17 00:00:00 2001 From: Adnan Labiadh Date: Mon, 2 Mar 2020 17:12:09 +0100 Subject: [PATCH] Docs: fix spelling error in src/README.md (#2463) --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 4fa588f20a..7a67bcb569 100644 --- a/src/README.md +++ b/src/README.md @@ -17,7 +17,7 @@ Each sub directory within is a sub-module of graphql-js: fulfilling a GraphQL result. - [`graphql/execution`](execution/README.md): The Execution phase of fulfilling a GraphQL request. -- [`graphql/error`](error/README.md): Creating and formating GraphQL errors. +- [`graphql/error`](error/README.md): Creating and formatting GraphQL errors. - [`graphql/utilities`](utilities/README.md): Common useful computations upon the GraphQL language and type objects. - [`graphql/subscription`](subscription/README.md): Subscribe to data updates.