Skip to content

Commit fc41f58

Browse files
authored
Merge pull request #67 from longlin10086/master
typo: change 'asset' to 'assert'
2 parents f4232a6 + bef7bbf commit fc41f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09 - Dev Tools Domination/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ console.dir(p);
6464

6565
要清空已经打印输出的内容,有两种方式,一种是 JavaScript 语句: `console.clear()`。另一个是快捷键 Ctrl + L。
6666

67-
### asset 方法进行测试
67+
### assert 方法进行测试
6868

6969
接受一个表达式作为参数,如果参数返回值是 false,则会输出第二个参数中的内容。
7070

0 commit comments

Comments
 (0)