Skip to content

Commit ff804bc

Browse files
authored
Merge pull request #3341 from nikolai-chernolutskii/patch-3
Update article.md
2 parents 7f94b0a + 8c256ae commit ff804bc

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-destructuring-assignment

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-destructuring-assignment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ That works, because internally a destructuring assignment works by iterating ove
8080
````
8181

8282

83-
````smart header="Assign to anything at the left-side"
83+
````smart header="Assign to anything on the left-side"
8484
We can use any "assignables" on the left side.
8585
8686
For instance, an object property:

0 commit comments

Comments
 (0)