From 4b5dd245fa040377312eb65c1312a980c0634a91 Mon Sep 17 00:00:00 2001 From: Alexander Kuhn-Regnier Date: Fri, 25 Aug 2023 19:26:08 +0100 Subject: [PATCH] Fix README typos (#1660) --- README.md | 4 ++-- 1 file 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