From eda333d423db8ade41f75d2e2d30ea06c7d997ef Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Tue, 12 Oct 2021 14:19:22 +0300 Subject: [PATCH] minor fixes --- 2-ui/1-document/01-browser-environment/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/01-browser-environment/article.md b/2-ui/1-document/01-browser-environment/article.md index 56b56883..43dec976 100644 --- a/2-ui/1-document/01-browser-environment/article.md +++ b/2-ui/1-document/01-browser-environment/article.md @@ -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"); }