Schema types doc: fix a typo (#2348)

This commit is contained in:
Anton Vlasenko 2019-02-22 12:00:40 +01:00 committed by Jesse Rosenberger
parent ee5b11da99
commit 720102c2a5

View file

@ -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 32bit integer
* `Float`: Signed double-precision floating-point value