Skip to content

Commit be4ee7a

Browse files
committed
Fix typo in Chapter 4
Closes marijnh#261
1 parent b289a90 commit be4ee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ value and returns a JSON-encoded string. The second takes such a
12491249
string and converts it to the value it encodes.
12501250

12511251
```
1252-
let string = JSON.stringify({squirel: false,
1252+
let string = JSON.stringify({squirrel: false,
12531253
events: ["weekend"]});
12541254
console.log(string);
12551255
// → {"squirrel":false,"events":["weekend"]}

0 commit comments

Comments
 (0)