Skip to content

Commit

Permalink
fix: Correct options for spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed Aug 28, 2022
1 parent c2286d9 commit 148d303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: actions/checkout@v2

- name: Spell Check
run: docker run --rm -ti -v rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md"
run: docker run --rm -v rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md"

2 changes: 1 addition & 1 deletion rust-on-nails.com/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ title = "Type Safety"
content = "Get less errors in production with type safety from the database to the front end."

[[extra.list]]
title = "Development Env as Code"
title = "Development Environment as Code"
content = "Don't spend hours installing tools, our devcontainer gets you running in minutes."

[[extra.list]]
Expand Down

0 comments on commit 148d303

Please sign in to comment.