From cd3ee79a88cd4fe10d35bbe39c48b31357f08dc9 Mon Sep 17 00:00:00 2001 From: yuswift Date: Mon, 21 Feb 2022 20:14:35 +0800 Subject: [PATCH] update scripts/verify-spelling.sh --- scripts/verify-spelling.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/verify-spelling.sh b/scripts/verify-spelling.sh index 2d1ad2a9e2..4ea66cad8f 100755 --- a/scripts/verify-spelling.sh +++ b/scripts/verify-spelling.sh @@ -16,7 +16,7 @@ ########## # This script verifies mispellings in location. Today it only supports # verifying English locale but can be modified in a future to support -# also other locales. +# other locales also # You need to run this script inside the root directory of "website" git repo. # # Syntax: verify-spelling.sh LOCALE @@ -35,7 +35,6 @@ set -o pipefail TOOL_VERSION="v0.3.4" KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. -export KUBE_ROOT LANGUAGE="${1:-en}" # cd to the root path