Update build.html

Fix the typo "th**e**n" -> "th**a**n"
This commit is contained in:
Nikita Eshkeev 2019-08-18 00:32:55 +03:00 committed by Aliaksei Levin
parent abb140a714
commit 430ec442f7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ select.large { font-size: large; }
</div>
<div id="buildDebugDiv" class="hide">
<label><input type="checkbox" id="buildDebugCheckbox" onchange="onOptionsChanged()"/>Build debug binary. Debug binaries are much larger and slower then release one.</label>
<label><input type="checkbox" id="buildDebugCheckbox" onchange="onOptionsChanged()"/>Build debug binary. Debug binaries are much larger and slower than release one.</label>
</div>
<div id="buildInstallLocalDiv" class="hide">