Skip to content

Commit be6bda7

Browse files
authored
Merge pull request #1498 from javascript-tutorial/ruslauz-patch-2
Иправляет ошибку в примере
2 parents 4b6f8a0 + e7277fe commit be6bda7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
Например, здесь мы используем `window` как глобальный объект:
1919

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

0 commit comments

Comments
 (0)