From bec60a7270eb0d00243a023909adccb0b834744f Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Tue, 11 Dec 2018 21:43:24 -0500 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index f1ab8aa999..ae57712060 100644 --- a/src/README.md +++ b/src/README.md @@ -18,7 +18,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 format GraphQL errors. +* [`graphql/error`](error/README.md): Creating and formating 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.