Skip to content

Commit 89cb6ce

Browse files
authored
Update Tutorial-GettingStarted.md
1 parent 46cfcba commit 89cb6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/graphql-js/Tutorial-GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var schema = buildSchema(`
3232
}
3333
`);
3434

35-
// The root provides a resolver function for each API endpoint
35+
// The rootValue provides a resolver function for each API endpoint
3636
var rootValue = {
3737
hello: () => {
3838
return 'Hello world!';

0 commit comments

Comments
 (0)