From 90694f8803c2d7ab2d92ceb472c41639d53abb14 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Sun, 23 Feb 2020 11:11:04 +0100 Subject: [PATCH] Fix spelling in docs (#34) --- docs/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.md b/docs/internals.md index 93d1d39..8cda3ae 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -13,7 +13,7 @@ Super Graph code is made up of a number of packages. We have done our best to ke ## QCODE -This package contains the core of the GraphQL conpiler it handling the lexing and parsing of the GraphQL query transforming it into an internal representation called +This package contains the core of the GraphQL compiler it handling the lexing and parsing of the GraphQL query transforming it into an internal representation called `QCode`. This is the first step of the compiling process the `func NewCompiler(c Config)` function creates a new instance of this compiler which has it's own config.