Skip to content

Commit 9d1f390

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info into sync-eda333d4
2 parents a3ec6b7 + eda333d commit 9d1f390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/01-browser-environment/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There's a "root" object called `window`. It has two roles:
1717

1818
For instance, here we use it as a global object:
1919

20-
```js run
20+
```js run global
2121
function sayHi() {
2222
alert("Hello");
2323
}

0 commit comments

Comments
 (0)