We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78abf5 commit cd3ee79Copy full SHA for cd3ee79
scripts/verify-spelling.sh
@@ -16,7 +16,7 @@
16
##########
17
# This script verifies mispellings in location. Today it only supports
18
# verifying English locale but can be modified in a future to support
19
-# also other locales.
+# other locales also
20
# You need to run this script inside the root directory of "website" git repo.
21
#
22
# Syntax: verify-spelling.sh LOCALE
@@ -35,7 +35,6 @@ set -o pipefail
35
TOOL_VERSION="v0.3.4"
36
37
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
38
-export KUBE_ROOT
39
40
LANGUAGE="${1:-en}"
41
# cd to the root path
0 commit comments