Merge pull request #168 from fuchodeveloper/patch-3

Fixed typo in article
This commit is contained in:
Ilya Kantor 2017-09-08 18:21:02 +02:00 committed by GitHub
commit e9f502053a

View file

@ -36,7 +36,7 @@ JavaScript provides methods:
- `JSON.stringify` to convert objects into JSON.
- `JSON.parse` to convert JSON back into an object.
For instance, here's we `JSON.stringify` a student:
For instance, here we `JSON.stringify` a student:
```js run
let student = {
name: 'John',