Skip to content

Commit

Permalink
nix: Fix docs-spellcheck with multiple references on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 18, 2024
1 parent 72de95b commit 272c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/tools/docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ let
# shellcheck disable=SC2086 disable=SC2016
cat $FILES \
| grep -v '^\(\.\.\| \)' \
| sed 's/`.*`//g' \
| sed -E 's/`+[^`]+`+//g' \
| ${aspell}/bin/aspell -d ${aspellDicts.en}/lib/aspell/en_US -p ./postgrest.dict list \
| sort -f \
| tee misspellings
Expand Down

0 comments on commit 272c1cc

Please sign in to comment.