Skip to content

Commit

Permalink
Update build.html
Browse files Browse the repository at this point in the history
Fix the typo "th**e**n" -> "th**a**n"
  • Loading branch information
neshkeev authored and levlam committed Sep 8, 2019
1 parent abb140a commit 430ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</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">
Expand Down

0 comments on commit 430ec44

Please sign in to comment.