Skip to content

Commit b0db401

Browse files
committed
docs(expansion): fix typo
1 parent 7769a42 commit b0db401

3 files changed

Lines changed: 68 additions & 20 deletions

File tree

docs/expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ $ ls a!(b).txt
648648
a.txt abb.txt ac.txt
649649
```
650650
651-
上面例子中,`!(b)`表示匹配单个字母`b`以外的任意内容。
651+
上面例子中,`!(b)`表示匹配单个字母`b`以外的任意内容,所以除了`ab.txt`以外,其他文件名都能匹配
652652
653653
量词语法也属于文件名扩展,如果不存在可匹配的文件,就会原样输出。
654654

package-lock.json

Lines changed: 66 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/wangdoc/bash-tutorial#readme",
3535
"dependencies": {
3636
"gh-pages": "^3.x",
37-
"husky": "^4.3.6",
37+
"husky": "^4.3.8",
3838
"loppo": "^0.6.23",
3939
"loppo-theme-wangdoc": "^0.5.1"
4040
}

0 commit comments

Comments
 (0)