Skip to content

Commit ddb050b

Browse files
sheng_huiYuChengKai
sheng_hui
authored and
YuChengKai
committed
fix type error
fix “people” type error
1 parent 726beb8 commit ddb050b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JS/JS-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ As for the latter, it first executes `new Foo()` to create an instance, then fin
245245

246246
# This
247247

248-
`This`, a concept that is confusing to many peole, is actually not difficult to understand as long as you remember the following rules:
248+
`This`, a concept that is confusing to many people, is actually not difficult to understand as long as you remember the following rules:
249249

250250
```js
251251
function foo() {

JS/JS-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ As for the latter, it first executes `new Foo()` to create an instance, then fin
245245

246246
# This
247247

248-
`This`, a concept that is confusing to many peole, is actually not difficult to understand as long as you remember the following rules:
248+
`This`, a concept that is confusing to many people, is actually not difficult to understand as long as you remember the following rules:
249249

250250
```js
251251
function foo() {

0 commit comments

Comments
 (0)