Skip to content

Commit

Permalink
fix: Corrected a Typo
Browse files Browse the repository at this point in the history
mostly -->also
  • Loading branch information
nshah1729 authored Nov 18, 2021
1 parent 1798179 commit 40a4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/graphql-js/Tutorial-GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ next: /graphql-js/running-an-express-graphql-server/

## Prerequisites

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

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

Expand Down

0 comments on commit 40a4396

Please sign in to comment.