Skip to content

Commit

Permalink
fix: docs line
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Dec 6, 2023
1 parent 18e4edf commit 39c0a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guides/spellcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ check-spelling:
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:<tag>+check-spelling
```

Executing `earthly +check-spelling` will automatically run the spell checking to all files in the repository.

### Run locally

```earthfile
Expand All @@ -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.
Expand Down

0 comments on commit 39c0a1b

Please sign in to comment.