website: fix spellcheck path and cleanup some misspellings (#19238)

This commit is contained in:
Seth Hoenig
2023-11-30 09:38:19 -06:00
committed by GitHub
parent d699b82df6
commit 5f3aae7340
11 changed files with 14 additions and 14 deletions

View File

@@ -165,7 +165,7 @@ check: ## Lint the source code
@hclogvet .
@echo "==> Spell checking website..."
@misspell -error -source=text website/pages/
@misspell -error -source=text website/content/
@echo "==> Checking for breaking changes in protos..."
@buf breaking --config tools/buf/buf.yaml --against-config tools/buf/buf.yaml --against .git#tag=$(PROTO_COMPARE_TAG)