diff --git a/Scripts/Bash/Cli/Functions/Render/render.sh b/Scripts/Bash/Cli/Functions/Render/render.sh index 2eeb8ae..1f81578 100644 --- a/Scripts/Bash/Cli/Functions/Render/render.sh +++ b/Scripts/Bash/Cli/Functions/Render/render.sh @@ -66,8 +66,8 @@ function render { # base-rendition flow). ACTIONNAM="${FUNCNAME}_doBaseActions" - # Define action value. As convenction, we use non-option arguments - # to define the action value (ACTIONVAL) variable. + # Define action value. We use non-option arguments to define the + # action value (ACTIONVAL) variable. for ACTIONVAL in "$@";do if [[ $ACTIONVAL == '--' ]];then