Skip to content

Commit c14c74b

Browse files
authored
Apply one more tweak for readability
1 parent cc21bbe commit c14c74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-BasicTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /graphql-js/basic-types/
66
next: /graphql-js/passing-arguments/
77
---
88

9-
In most situations, all you need to do is to specify the types for your API is the GraphQL schema language, taken as an argument to the `buildSchema` function.
9+
In most situations, all you need to do is to specify the types for your API using the GraphQL schema language, taken as an argument to the `buildSchema` function.
1010

1111
The GraphQL schema language supports the scalar types of `String`, `Int`, `Float`, `Boolean`, and `ID`, so you can use these directly in the schema you pass to `buildSchema`.
1212

0 commit comments

Comments
 (0)