Skip to content

Commit

Permalink
Fix typo: argumant -> argument (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jul 4, 2022
1 parent e1f729e commit d2d405a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.中文.md
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ foo argument:
touch '{{argument}}'
```

这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argumant}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。
这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argument}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。

#### 位置参数

Expand Down

0 comments on commit d2d405a

Please sign in to comment.