Skip to content

Commit

Permalink
Typo in help comment for markdown-fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 29, 2024
1 parent dba6d77 commit 6a6fa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ markdown-typos: ## Find typos in markdown files
find . -type f -name '*.md' | $(GREP_EXCLUDE) | xargs typos

.PHONY: markdown-fix-typos
markdown-fix-typos: ## Fix typos in users guide
markdown-fix-typos: ## Fix typos in markdown files
find . -type f -name '*.md' | $(GREP_EXCLUDE) | xargs typos --write-changes

0 comments on commit 6a6fa73

Please sign in to comment.