Skip to content

Commit 64726da

Browse files
authored
docs: improve grammar in coordinate transformation intro (#2819)
* docs: improve grammar in coordinate transformation intro and fix als → also typo * add myself to contributors list Shameless self-promotion FTW!
1 parent 9ec28c1 commit 64726da

2 files changed

Lines changed: 3 additions & 2 deletions

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;

exercises/concept/coordinate-transformation/.meta/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"neenjaw"
44
],
55
"contributors": [
6-
"SleeplessByte"
6+
"SleeplessByte",
7+
"meonkeys"
78
],
89
"files": {
910
"solution": [

0 commit comments

Comments
 (0)