docs: some typos (#18582)

probably hacktoberism
This commit is contained in:
George Rodrigues 2022-10-05 13:32:07 -03:00 committed by GitHub
parent 5f671de13a
commit 959f4cbb62
Failed to generate hash of commit
15 changed files with 25 additions and 25 deletions

View file

@ -15,7 +15,7 @@ for arg; do
fi
done
# Allow $RUNTIME to be overriden by the user as an environment variable
# Allow $RUNTIME to be overridden by the user as an environment variable
# Else check if either docker or podman exit and set them as runtime
# if none are found error out
if [ -z "$RUNTIME" ]; then