Skip to content

Commit 02b92bd

Browse files
joaquinelioMaksumi Murakami
andauthored
Update 2-ui/1-document/03-dom-navigation/article.md
Co-authored-by: Maksumi Murakami <[email protected]>
1 parent 59135ff commit 02b92bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/03-dom-navigation/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Un script no puede acceder a un elemento que no existe en el momento de su ejecu
3535

3636
Por ejemplo, si un script está dentro de `<head>`, entonces `document.body` no está disponible, porque el navegador no lo ha leído aún.
3737

38-
Entonces, en el ejemplo inferior `alert` muestra `null`:
38+
Entonces, en el siguiente ejemplo `alert` muestra `null`:
3939

4040
```html run
4141
<html>

0 commit comments

Comments
 (0)