spelling and documentation fixes

This commit is contained in:
Aaron Trudeau
2022-01-17 14:45:35 -05:00
parent 7a0e9c0b69
commit 8e0b824ca9
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "Creating an empty Unity project to add the package to."
unity-editor \
-batchMode \
-batchmode \
-createProject "./TempProject" \
-quit