Skip to content

Commit cd3ee79

Browse files
committed
update scripts/verify-spelling.sh
1 parent a78abf5 commit cd3ee79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/verify-spelling.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
##########
1717
# This script verifies mispellings in location. Today it only supports
1818
# verifying English locale but can be modified in a future to support
19-
# also other locales.
19+
# other locales also
2020
# You need to run this script inside the root directory of "website" git repo.
2121
#
2222
# Syntax: verify-spelling.sh LOCALE
@@ -35,7 +35,6 @@ set -o pipefail
3535
TOOL_VERSION="v0.3.4"
3636

3737
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
38-
export KUBE_ROOT
3938

4039
LANGUAGE="${1:-en}"
4140
# cd to the root path

0 commit comments

Comments
 (0)