Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Oct 12, 2021
1 parent 193319c commit eda333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-ui/1-document/01-browser-environment/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There's a "root" object called `window`. It has two roles:

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

```js run
```js run global
function sayHi() {
alert("Hello");
}
Expand Down

0 comments on commit eda333d

Please sign in to comment.