Skip to content

Commit cc21bbe

Browse files
committed
adding sense to a sentence
1 parent df3e196 commit cc21bbe

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