From 49c0ddbdf94e26e257d6692764e41c731aa7fd94 Mon Sep 17 00:00:00 2001 From: sergiomfg <38297472+sergiomfg@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:35:37 +0200 Subject: [PATCH] Updated SC2154 (markdown) --- SC2154.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2154.md b/SC2154.md index 4492210..709f2eb 100644 --- a/SC2154.md +++ b/SC2154.md @@ -12,7 +12,7 @@ or ```sh target="world" -echo "hello $tagret" # misspelled +echo "hello $target" # misspelled ``` or