From 18ec00273b8eb77a955400a266f9f0a70f1f0fc6 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Sun, 26 Nov 2023 22:28:18 -0800 Subject: [PATCH] markdownlint-fix Signed-off-by: Meg McRoberts --- docs/content/en/contribute/docs/spell-check/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/en/contribute/docs/spell-check/_index.md b/docs/content/en/contribute/docs/spell-check/_index.md index ff2038151a..ac3822b948 100644 --- a/docs/content/en/contribute/docs/spell-check/_index.md +++ b/docs/content/en/contribute/docs/spell-check/_index.md @@ -47,20 +47,20 @@ For more details about handling errors that are found, see the For full technical details about the spell checker, see: -* [check-spelling documentation](https://docs.check-spelling.dev/) -* [check-spelling/.github repository](https://github.com/check-spelling/check-spelling/tree/main/.github) +- [check-spelling documentation](https://docs.check-spelling.dev/) +- [check-spelling/.github repository](https://github.com/check-spelling/check-spelling/tree/main/.github) The Keptn spell checker checks both documentation and code for spelling, based on a set of dictionaries: -* We use general English language and technical terminology +- We use general English language and technical terminology from dictionaries that are provided and maintained by check-spelling. The configuration is specified in the [check-spelling-configuration/README[(https://github.com/check-spelling/check-spelling/blob/main/.github/actions/spelling/README.md) file. -* We also use the specialized technical dictionaries provided by check-spelling +- We also use the specialized technical dictionaries provided by check-spelling for Kubernetes and Go. -* The +- The [spelling](https://github.com/keptn/lifecycle-toolkit/tree/main/.github/actions/spelling) folder contains files that are specific to Keptn. [expect.txt](https://github.com/keptn/lifecycle-toolkit/tree/main/.github/actions/spelling)