setup: Correct misspelling fist -> first

Signed-off-by: Manuel Mendez <mmendez@equinix.com>
This commit is contained in:
Manuel Mendez 2021-04-29 15:16:43 +00:00
parent ffbb92909b
commit 7e2296df94
1 changed files with 1 additions and 1 deletions

View File

@ -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."
)