docs: fix typos
Found via `codespell -S test -L notin,nam,plantext,cryto,corelation,inout,ot`
This commit is contained in:
committed by
Steve Chavez
parent
0018c38f79
commit
f5c7cde9b7
+2
-2
@@ -36,12 +36,12 @@ let
|
||||
${black}/bin/black . 2> /dev/null
|
||||
'';
|
||||
|
||||
# Script to check whether any uncommited changes result from postgrest-style
|
||||
# Script to check whether any uncommitted changes result from postgrest-style
|
||||
styleCheck =
|
||||
checkedShellScript
|
||||
{
|
||||
name = "postgrest-style-check";
|
||||
docs = "Check whether postgrest-style results in any uncommited changes.";
|
||||
docs = "Check whether postgrest-style results in any uncommitted changes.";
|
||||
workingDir = "/";
|
||||
}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user