Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.