Skip to content

Commit eda333d

Browse files
committed
minor fixes
1 parent 193319c commit eda333d

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)