Skip to content

Commit ae64e8a

Browse files
authored
fix: typo
1 parent ef8f104 commit ae64e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ World
7878
命令行环境中,主要通过使用 Shell 命令,进行各种操作。Shell 命令基本都是下面的格式。
7979

8080
```bash
81-
$ command [ arg1 ... [ argN ]
81+
$ command [ arg1 ... [ argN ]]
8282
```
8383
8484
上面代码中,`command`是具体的命令或者一个可执行文件,`arg1 ... argN`是传递给命令的参数,它们是可选的。

0 commit comments

Comments
 (0)