Skip to content

Commit

Permalink
taskfile.yml Correct ironic error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed May 16, 2024
1 parent d24f009 commit e70feba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks:

# Run cspell on all .md/mdx docs in the project. Should use project configuration with allow-word list
spellcheck:
desc: Run cspsell on all .md* files
desc: Run cspell on all .md* files
shopt: [globstar]
cmds:
- cmd: yarn cspell lint **/*.md*
Expand Down

1 comment on commit e70feba

@malfisya
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is definitely funny 😆

Please sign in to comment.