Skip to content

Commit ead6fcd

Browse files
authored
Merge pull request #3822 from RichardLoz/patch-1
update of the word "agregua" to "agrega"
2 parents 65cd668 + f1022dc commit ead6fcd

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)