From d2d405aa2880e91b0bd1cfe44734a69111e56043 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 5 Jul 2022 03:40:34 +0800 Subject: [PATCH] Fix typo: argumant -> argument (#1257) --- README.md | 2 +- README.中文.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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` 的值包含单引号,则不会如你的预期那样工作。 #### 位置参数