Skip to content

Commit f1022dc

Browse files
authored
update of the word "agregua" to "agrega"
Había un error en cuanto a la palabra "agregua" la cual se escribe "agrega"
1 parent 36397f5 commit f1022dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/es/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ newElement = document.createElement('li')
348348
newElement.textContent = 'Page manipulation from console is easy'
349349
```
350350
351-
Y agregua el nuevo elemento li a la lista:
351+
Y agrega el nuevo elemento li a la lista:
352352
353353
```js
354354
list.appendChild(newElement)

0 commit comments

Comments
 (0)