diff --git a/README.md b/README.md index 152dbfa..4377545 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.中文.md b/README.中文.md index 7d7f117..f8a0026 100644 --- a/README.中文.md +++ b/README.中文.md @@ -2000,7 +2000,7 @@ foo argument: touch '{{argument}}' ``` -这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argumant}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。 +这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argument}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。 #### 位置参数