Skip to content

Commit 21dc41b

Browse files
hwhung0111Rachel Macfarlane
authored andcommitted
Fix typo in code-cli.bat (microsoft#73091)
1 parent 7db8ed3 commit 21dc41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/code-cli.bat

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)