diff options
| author | levlam <levlam@telegram.org> | 2022-04-03 22:59:28 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-04-03 22:59:28 +0300 |
| commit | ca1f844f44b8d75eb54ae47b672f480342ab9bc2 (patch) | |
| tree | f7b3ea581cffe435b0d30dc7e8425326b3d8792c /build.html | |
| parent | a73ccbd19d93e56444a95c4907c2714eb4773e5a (diff) | |
Remove unneeded commas.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.html b/build.html index e89b05029..1a08795e1 100644 --- a/build.html +++ b/build.html @@ -181,7 +181,7 @@ <div class="main"> <div id="languageSelectDiv"> - <p>Choose a programming language, from which you want to use TDLib:</p> + <p>Choose a programming language from which you want to use TDLib:</p> <select id="languageSelect" onchange="onLanguageChanged(false)" autofocus class="large"> <option>Choose a programming language:</option> <option>Python</option> @@ -213,7 +213,7 @@ </div> <div id="osSelectDiv" class="hide"> - <p>Choose an operating system, on which you want to use TDLib:</p> + <p>Choose an operating system on which you want to use TDLib:</p> <select id="osSelect" onchange="onOsChanged()" class="large"> <option>Choose an operating system:</option> </select> @@ -221,7 +221,7 @@ </div> <div id="linuxSelectDiv" class="hide"> - <p>Choose a Linux distro, on which you want to use TDLib:</p> + <p>Choose a Linux distro on which you want to use TDLib:</p> <select id="linuxSelect" onchange="onOsChanged()" class="large"> <option>Choose a Linux distro:</option> <option>Alpine</option> |
