nix: Fix docs-spellcheck with multiple references on a single line

This commit is contained in:
Wolfgang Walther
2024-02-18 19:35:40 +01:00
parent 72de95b069
commit 272c1cc1e2
+1 -1
View File
@@ -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