From ddb050b71f72e5158d411b44ed15f9423d247c99 Mon Sep 17 00:00:00 2001 From: sheng_hui Date: Mon, 27 Aug 2018 13:43:39 +0800 Subject: [PATCH] fix type error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix “people” type error --- JS/JS-br.md | 2 +- JS/JS-en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JS/JS-br.md b/JS/JS-br.md index ad98a885..2fa9b034 100644 --- a/JS/JS-br.md +++ b/JS/JS-br.md @@ -245,7 +245,7 @@ As for the latter, it first executes `new Foo()` to create an instance, then fin # This -`This`, a concept that is confusing to many peole, is actually not difficult to understand as long as you remember the following rules: +`This`, a concept that is confusing to many people, is actually not difficult to understand as long as you remember the following rules: ```js function foo() { diff --git a/JS/JS-en.md b/JS/JS-en.md index 7ebc9969..e0191761 100644 --- a/JS/JS-en.md +++ b/JS/JS-en.md @@ -245,7 +245,7 @@ As for the latter, it first executes `new Foo()` to create an instance, then fin # This -`This`, a concept that is confusing to many peole, is actually not difficult to understand as long as you remember the following rules: +`This`, a concept that is confusing to many people, is actually not difficult to understand as long as you remember the following rules: ```js function foo() {