Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
fix “people” type error
  • Loading branch information
sheng_hui authored and YuChengKai committed Sep 11, 2018
1 parent 726beb8 commit ddb050b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JS/JS-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion JS/JS-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ddb050b

Please sign in to comment.