From 39c0a1bdc32db22ce492fd04e40db84bd8c6537b Mon Sep 17 00:00:00 2001 From: Apisit Ritreungroj Date: Wed, 6 Dec 2023 22:22:11 +0700 Subject: [PATCH] fix: docs line --- docs/src/guides/spellcheck.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guides/spellcheck.md b/docs/src/guides/spellcheck.md index 71271919e..81d7b74b9 100644 --- a/docs/src/guides/spellcheck.md +++ b/docs/src/guides/spellcheck.md @@ -22,6 +22,8 @@ check-spelling: DO github.com/input-output-hk/catalyst-ci/earthly/cspell:+check-spelling ``` +Executing `earthly +check-spelling` will automatically run the spell checking to all files in the repository. + ### Run locally ```earthfile @@ -34,8 +36,6 @@ spellcheck-lint: In this use case, the UDC is run Locally, so that the src in the repo can be directly checked. -Executing `earthly +check-spelling` will automatically run the spell checking to all files in the repository. - ## Configuration Each repo will need a [`cspell.json`](https://cspell.org/configuration/) file in the root of the repo.