Skip to content

Commit aa1da3b

Browse files
authored
Merge pull request graphql#334 from the-noob/source
adding sense to a sentence
2 parents df3e196 + c14c74b commit aa1da3b

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 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)