Skip to content

Commit 9a1065d

Browse files
committed
docs: improve grammar in coordinate transformation intro
and fix als → also typo
1 parent 391bb53 commit 9a1065d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/coordinate-transformation/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ twoDozen;
1818
// => Uncaught ReferenceError: twoDozen is not defined
1919
```
2020

21-
Except for braces `{}`, functions (and classes) als create new scopes, which can _enclose_ values:
21+
Besides braces `{}`, functions (and classes) also create new scopes, and can _enclose_ values:
2222

2323
```javascript
2424
const dozen = 12;

0 commit comments

Comments
 (0)