From c5ca9237db0bf9ee851220d7b663a87e2dfd87d1 Mon Sep 17 00:00:00 2001 From: Rok Fajfar Date: Sat, 10 Jul 2021 20:15:29 +0200 Subject: [PATCH] Fix readme typos (#903) --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e7fa32d..ad8c88b 100644 --- a/README.adoc +++ b/README.adoc @@ -954,7 +954,7 @@ BAR := `echo hello $WORLD` ``` ```make -# Running `just a foo` will fail with "A: unbound varaible" +# Running `just a foo` will fail with "A: unbound variable" a $A $B=`echo $A`: echo $A $B ``` @@ -1052,7 +1052,7 @@ test +FLAGS='-q': cargo test {{FLAGS}} ``` -`{{...}}` substitutions may need to be quoted if they contains spaces. For example, if you have the following recipe: +`{{...}}` substitutions may need to be quoted if they contain spaces. For example, if you have the following recipe: ```make search QUERY: