Skip to content

Commit b2a9ba4

Browse files
authored
Merge pull request #109 from wangshunnn/master
docs(cn): fix typo
2 parents 50b0603 + 02aba3f commit b2a9ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration-options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ const illegalAccess = foo.quux.tooDeep;
23292329
```js
23302330
function otherFn() {
23312331
// 尽管该函数时在 try 语句中使用,但是下列代码
2332-
// 然会被当做无副作用而被移除
2332+
// 依然会被当做无副作用而被移除
23332333
Object.create(null);
23342334
}
23352335

0 commit comments

Comments
 (0)