Skip to content

Commit 40a4396

Browse files
authored
fix: Corrected a Typo
mostly -->also
1 parent 1798179 commit 40a4396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ next: /graphql-js/running-an-express-graphql-server/
99

1010
## Prerequisites
1111

12-
Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well. For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like [Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), [classes](http://javascriptplayground.com/blog/2014/07/introduction-to-es6-classes-tutorial/), and [fat arrow functions](https://strongloop.com/strongblog/an-introduction-to-javascript-es6-arrow-functions/), so if you aren't familiar with them you might want to read up on them first.
12+
Before getting started, you should have Node v6 installed, although the examples should also work in previous versions of Node as well. For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like [Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), [classes](http://javascriptplayground.com/blog/2014/07/introduction-to-es6-classes-tutorial/), and [fat arrow functions](https://strongloop.com/strongblog/an-introduction-to-javascript-es6-arrow-functions/), so if you aren't familiar with them you might want to read up on them first.
1313

1414
To create a new project and install GraphQL.js in your current directory:
1515

0 commit comments

Comments
 (0)