From 7e2296df94832dd6ad14ba4954f66d10a91956a0 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Thu, 29 Apr 2021 15:16:43 +0000 Subject: [PATCH] setup: Correct misspelling fist -> first Signed-off-by: Manuel Mendez --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8692171..72de98b 100755 --- a/setup.sh +++ b/setup.sh @@ -479,7 +479,7 @@ check_prerequisites() ( whats_next() ( echo "$NEXT 1. Enter /vagrant/deploy and run: source ../.env; docker-compose up -d" - echo "$BLANK 2. Try executing your fist workflow." + echo "$BLANK 2. Try executing your first workflow." echo "$BLANK Follow the steps described in https://tinkerbell.org/examples/hello-world/ to say 'Hello World!' with a workflow." )