From 720102c2a589856e0ba882c9296c731820b38910 Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Fri, 22 Feb 2019 12:00:40 +0100 Subject: [PATCH] Schema types doc: fix a typo (#2348) --- docs/source/schemas/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/schemas/types.md b/docs/source/schemas/types.md index 62cc979e..faae8a4d 100644 --- a/docs/source/schemas/types.md +++ b/docs/source/schemas/types.md @@ -9,7 +9,7 @@ While in the most basic sense, you could have a GraphQL server return a single, ## Core scalar types -Scalar types represent the leaves of an operation and alway resolve to concrete data. The default, scalar types which GraphQL offers are: +Scalar types represent the leaves of an operation and always resolve to concrete data. The default, scalar types which GraphQL offers are: * `Int`: Signed 32‐bit integer * `Float`: Signed double-precision floating-point value