Skip to content

Commit 23fee50

Browse files
Corrected typo in comments
Corrected from "build-in" to "built-in"
1 parent 2f78e29 commit 23fee50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/code.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set CODE=".build\electron\%NAMESHORT%"
1717
node build\lib\electron.js
1818
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
1919

20-
:: Manage build-in extensions
20+
:: Manage built-in extensions
2121
if "%1"=="--builtin" goto builtin
2222

2323
:: Sync built-in extensions
@@ -49,4 +49,4 @@ goto end
4949

5050
popd
5151

52-
endlocal
52+
endlocal

0 commit comments

Comments
 (0)