From 23fee50f7e827863987f488b8f08ebcb1754b389 Mon Sep 17 00:00:00 2001 From: orangegrove1955 <38221472+orangegrove1955@users.noreply.github.com> Date: Thu, 18 Oct 2018 19:09:16 +1100 Subject: [PATCH] Corrected typo in comments Corrected from "build-in" to "built-in" --- scripts/code.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/code.bat b/scripts/code.bat index 58d5ca2d6e0..6789e54fdda 100644 --- a/scripts/code.bat +++ b/scripts/code.bat @@ -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 \ No newline at end of file +endlocal