Skip to content

Commit 9fcebd9

Browse files
danieldiekmeierSashko Stubailo
authored and
Sashko Stubailo
committed
Add missing word "use" (graphql#171)
1 parent 9d669d2 commit 9fcebd9

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
@@ -14,7 +14,7 @@ By default, every type is nullable - it's legitimate to return `null` as any of
1414

1515
To use a list type, surround the type in square brackets, so `[Int]` is a list of integers.
1616

17-
Each of these types maps straightforwardly to JavaScript, so you can just return plain old JavaScript objects in APIs that return these types. Here's an example that shows how to some of these basic types:
17+
Each of these types maps straightforwardly to JavaScript, so you can just return plain old JavaScript objects in APIs that return these types. Here's an example that shows how to use some of these basic types:
1818

1919
```javascript
2020
var express = require('express');

0 commit comments

Comments
 (0)