Corrected typo in comments

Corrected from "build-in" to "built-in"
This commit is contained in:
orangegrove1955
2018-10-18 19:09:16 +11:00
committed by GitHub
parent 2f78e29ce5
commit 23fee50f7e

View File

@@ -17,7 +17,7 @@ set CODE=".build\electron\%NAMESHORT%"
node build\lib\electron.js
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
:: Manage build-in extensions
:: Manage built-in extensions
if "%1"=="--builtin" goto builtin
:: Sync built-in extensions
@@ -49,4 +49,4 @@ goto end
popd
endlocal
endlocal