Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed May 30, 2020
1 parent c218200 commit 72eb5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Start new Locust run</h2>
<label for="hatch_rate">Hatch rate <span style="color:#8a8a8a;">(users spawned/second)</span></label>
<input type="text" name="hatch_rate" id="hatch_rate" class="val" value="{{ hatch_rate or "" }}"/><br>
<label for="host">
Host <span style="color:#8a8a8a;">(eg: http://www.example.com)</span>
Host <span style="color:#8a8a8a;">(e.g. http://www.example.com)</span>
{% if override_host_warning %}
<span style="color:#8a8a8a; font-size:12px;">(setting this will override the host on all User classes)</span></label>
{% endif %}
Expand Down

0 comments on commit 72eb5b0

Please sign in to comment.