Skip to content

Commit e9f5020

Browse files
authored
Merge pull request javascript-tutorial#168 from fuchodeveloper/patch-3
Fixed typo in article
2 parents 34c05e2 + c1d419d commit e9f5020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ JavaScript provides methods:
3636
- `JSON.stringify` to convert objects into JSON.
3737
- `JSON.parse` to convert JSON back into an object.
3838

39-
For instance, here's we `JSON.stringify` a student:
39+
For instance, here we `JSON.stringify` a student:
4040
```js run
4141
let student = {
4242
name: 'John',

0 commit comments

Comments
 (0)