Skip to content

Commit beba4b1

Browse files
Update 1-js/05-data-types/05-array-methods/article.md
Co-authored-by: joaquinelio <[email protected]>
1 parent 5f8f106 commit beba4b1

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
@@ -522,7 +522,7 @@ alert( str.split('') ); // t,e,s,t
522522
```
523523
````
524524

525-
El llamado de [arr.join(glue)](mdn:js/Array/join) hace lo opuesto a `split`. Crea una string de `arr` elementos unidos con `pegamento` entre ellos.
525+
El llamado de [arr.join(glue)](mdn:js/Array/join) hace lo opuesto a `split`. Crea una string de `arr` elementos unidos con `glue` entre ellos.
526526

527527
Por ejemplo:
528528

0 commit comments

Comments
 (0)