From fcd3820174b4bbddecbdf4631df5ed334764432e Mon Sep 17 00:00:00 2001 From: Alexander Ogilvie <26034704+a-ogilvie@users.noreply.github.com> Date: Fri, 19 Jan 2018 18:46:04 +0900 Subject: [PATCH] Fixed small typo Changed i's to it's --- 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 456f6f8d..0917fca9 100644 --- a/2-ui/1-document/01-browser-environment/article.md +++ b/2-ui/1-document/01-browser-environment/article.md @@ -120,4 +120,4 @@ Now we'll get down to learning DOM, because the document plays the central role Please note the links above, as there's so much stuff to learn it's impossible to cover and remember everything. -When you'd like to read about a property or a method, the Mozilla manual at is a nice resource, but reading the corresponding spec may be better: i's more complex and longer to read, but will make your fundamental knowledge sound and complete. +When you'd like to read about a property or a method, the Mozilla manual at is a nice resource, but reading the corresponding spec may be better: it's more complex and longer to read, but will make your fundamental knowledge sound and complete.