Skip to content

Commit 2e60287

Browse files
authored
Merge pull request iliakan#499 from ThomasChang7/patch-1
typo on the word associated
2 parents 8019572 + 5e00f6d commit 2e60287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ message = 'Hello'; // store the string
2828
*/!*
2929
```
3030

31-
The string is now saved into the memory area assosiated with the variable. We can access it using the variable name:
31+
The string is now saved into the memory area associated with the variable. We can access it using the variable name:
3232

3333
```js run
3434
let message;

0 commit comments

Comments
 (0)