diff options
| author | Nikita Eshkeev <kastolom@gmail.com> | 2019-08-18 00:32:55 +0300 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2019-09-08 03:59:10 +0300 |
| commit | 430ec442f761ec600bdc618949da8b6b186d2e78 (patch) | |
| tree | 3bb4172bd92835ba18f505ada652fb97c1d3b551 /build.html | |
| parent | abb140a714fc10c85315a410910a7fbab80d16b5 (diff) | |
Update build.html
Fix the typo "th**e**n" -> "th**a**n"
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html index b7f1f94c6..8fbc2dad1 100644 --- a/build.html +++ b/build.html @@ -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"> |
