Skip to content

Commit 39202ac

Browse files
authored
Merge pull request BonsaiDen#365 from DevinZhong/patch-1
fix typo
2 parents 0ec804e + cdfd71d commit 39202ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zh/types/typeof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ JavaScript 标准文档只给出了一种获取 `[[Class]]` 值的方法,那
7575
Object.prototype.toString.call(undefined) // "[object Undefined]"
7676

7777

78-
###测试为定义变量
78+
###测试未定义变量
7979

8080
typeof foo !== 'undefined'
8181

0 commit comments

Comments
 (0)