Skip to content

Commit 2ea0c41

Browse files
authored
[spec] Minor fix to batch file (WebAssembly#1301)
1 parent c9ed658 commit 2ea0c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if "%1" == "" (
2121
echo. html to make standalone HTML files
2222
echo. pdf to make standalone PDF file
2323
echo. all to make both
24-
echo. publish to make all and push to gh-pages (changes must be committed)
24+
echo. publish to make all and push to gh-pages ^(changes must be committed^)
2525
echo. help to see more options
2626
goto end
2727
)

0 commit comments

Comments
 (0)