You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/1-document/01-browser-environment/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ if (confirm("Go to Wikipedia?")) {
83
83
}
84
84
```
85
85
86
-
Functions `alert/confirm/prompt` are also a part of BOM: they are directly not related to the document, but represent pure browser methods of communicating with the user.
86
+
Functions `alert/confirm/prompt` are also a part of BOM: they are not directly related to the document, but represent pure browser methods of communicating with the user.
87
87
88
88
BOM is the part of the general [HTML specification](https://html.spec.whatwg.org).
0 commit comments