docs: Fix capitalization mistakes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-05-09 22:02:14 -07:00
committed by Tim Abbott
parent 41e8872b0f
commit 544bbd5398
161 changed files with 610 additions and 611 deletions

View File

@@ -70,14 +70,14 @@
<br />
<div class="row2">
<label for="URL"><b>URL</b> (Automatically Generated)</label>
<label for="URL"><b>URL</b> (automatically generated)</label>
<input id="URL" type="text" />
</div>
<br />
<div class="row3">
<label for="custom_http_headers"><b>Custom HTTP Headers</b></label>
<label for="custom_http_headers"><b>Custom HTTP headers</b></label>
<textarea id="custom_http_headers"></textarea>
</div>
@@ -86,12 +86,12 @@
<div class="row4">
<div class="col1">
<div class="inline">
<label for="fixture_body"><b>Fixture Body</b></label>
<label for="fixture_body"><b>Fixture body</b></label>
<span id="results_notice"></span>
</div>
<textarea id="fixture_body"></textarea>
<div class="buttons">
<button id="send_all_fixtures_button">Send All</button>
<button id="send_all_fixtures_button">Send all</button>
<button id="send_fixture_button">Send!</button>
</div>
</div>