Skip to content

Commit

Permalink
markdownlint-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe authored and RealAnna committed Nov 28, 2023
1 parent b8dbede commit 18ec002
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/en/contribute/docs/spell-check/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 18ec002

Please sign in to comment.