Skip to content

Commit 16e8ccc

Browse files
jsorefgithub-actions[bot]
authored and
github-actions[bot]
committed
spelling: in case
Signed-off-by: Josh Soref <[email protected]>
1 parent cbe1897 commit 16e8ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/check-js.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
77
>&2 echo "Failed: Repo should be clean before testing!"
88
exit 1
99
fi
10-
# Wipe the lib directory incase there are extra unnecessary files in there
10+
# Wipe the lib directory in case there are extra unnecessary files in there
1111
rm -rf lib
1212
# Generate the JavaScript files
1313
npm run-script build

0 commit comments

Comments
 (0)