Skip to content

Commit bad5236

Browse files
committed
minor fixes
1 parent 89183a0 commit bad5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/02-structure/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Errors which occur in such cases are quite hard to find and fix.
5656
If you're curious to see a concrete example of such an error, check this code out:
5757
5858
```js run
59-
alert("Hello);
59+
alert("Hello");
6060
6161
[1, 2].forEach(alert);
6262
```

0 commit comments

Comments
 (0)