Fix typo: argumant -> argument (#1257)

This commit is contained in:
Kian-Meng Ang 2022-07-05 03:40:34 +08:00 committed by GitHub
parent e1f729efbc
commit d2d405aa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2015,7 +2015,7 @@ foo argument:
touch '{{argument}}'
```
This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{argumant}}`, but will not do what you want if the value of `argument` contains single quotes.
This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{argument}}`, but will not do what you want if the value of `argument` contains single quotes.
#### Positional Arguments

View File

@ -2000,7 +2000,7 @@ foo argument:
touch '{{argument}}'
```
这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argumant}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。
这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argument}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。
#### 位置参数