Skip to content

Commit 3b64843

Browse files
committed
docs(array): fixed typo wangdoc#59
1 parent 54967bb commit 3b64843

File tree

3 files changed

+6
-28
lines changed

3 files changed

+6
-28
lines changed

docs/array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $ hobbies=( "${activities[@]}" )
192192
这种写法也可以用来为新数组添加成员。
193193

194194
```bash
195-
$ hobbies=( "${activities[@]" diving )
195+
$ hobbies=( "${activities[@]}" diving )
196196
```
197197

198198
上面例子中,新数组`hobbies`在数组`activities`的所有成员之后,又添加了一个成员。

package-lock.json

Lines changed: 4 additions & 26 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
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/wangdoc/bash-tutorial#readme",
3535
"dependencies": {
36-
"gh-pages": "^3.2.1",
36+
"gh-pages": "^3.2.3",
3737
"husky": "^4.3.8",
3838
"loppo": "^0.6.23",
3939
"loppo-theme-wangdoc": "^0.5.2"

0 commit comments

Comments
 (0)