Add postgrest-docs-dictcheck to remove obsolete words from postgrest.dict

This commit is contained in:
Wolfgang Walther
2020-11-29 23:54:48 +01:00
committed by Wolfgang Walther
parent b83ee94fae
commit 84e5597091
3 changed files with 16 additions and 4 deletions
+1
View File
@@ -12,5 +12,6 @@ pkgs.mkShell {
docs.build
docs.serve
docs.spellcheck
docs.dictcheck
];
}