Skip to content

Commit a2dbffc

Browse files
authored
Merge pull request #188 from TMatrix/patch-2
Typo - miss letter 't'
2 parents 6be7850 + 19f7aa4 commit a2dbffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ alert( str.split('') ); // t,e,s,t
472472
```
473473
````
474474

475-
The call [arr.join(str)](mdn:js/Array/join) does the reverse to `split`. It creates a string of `arr` items glued by `str` beween them.
475+
The call [arr.join(str)](mdn:js/Array/join) does the reverse to `split`. It creates a string of `arr` items glued by `str` between them.
476476

477477
For instance:
478478

0 commit comments

Comments
 (0)