Skip to content

Commit 450746b

Browse files
authored
Update one word
transformas => transformar
1 parent 4451f67 commit 450746b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/lists-and-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prev: conditional-rendering.html
66
next: forms.html
77
---
88

9-
Primero, vamos a revisar como transformas listas en Javascript.
9+
Primero, vamos a revisar como transformar listas en Javascript.
1010

1111
Dado el código de abajo, usamos la función [`map()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map) para tomar un array de `numbers` y duplicar sus valores. Asignamos el nuevo array devuelto por `map()` a la variable `doubled` y la mostramos:
1212

0 commit comments

Comments
 (0)