summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kuhn-Regnier <ahf.kuhnregnier@gmail.com>2023-08-25 19:26:08 +0100
committerGitHub <noreply@github.com>2023-08-25 11:26:08 -0700
commit4b5dd245fa040377312eb65c1312a980c0634a91 (patch)
treea08ce925489385439add21a75380affacd3df407
parent63ed00ff78055777e1664b5031374dcec4634e87 (diff)
Fix README typos (#1660)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 061de68c..7016b788 100644
--- a/README.md
+++ b/README.md
@@ -2012,7 +2012,7 @@ while:
### Command Line Options
-`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variable:
+`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variables:
```sh
$ just --list
@@ -2379,7 +2379,7 @@ foo argument:
touch '{{argument}}'
```
-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.
+This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{arument}}`, but will not do what you want if the value of `argument` contains single quotes.
#### Positional Arguments