Skip to content

Commit 6f21865

Browse files
committed
docs: more appropriate terminology ("highlight" -> "focus")
1 parent d2d7a9c commit 6f21865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_includes/examples/basics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ <h2>Select boxes with labels</h2>
6969
<div class="s2-example">
7070
<p>
7171
<label for="id_label_single">
72-
Click this to highlight the single select element
72+
Click this to focus the single select element
7373
<select class="js-example-basic-single js-states form-control" id="id_label_single"></select>
7474
</label>
7575
</p>
7676
<p>
7777
<label for="id_label_multiple">
78-
Click this to highlight the multiple select element
78+
Click this to focus the multiple select element
7979
<select class="js-example-basic-multiple js-states form-control" id="id_label_multiple" multiple="multiple"></select>
8080
</label>
8181
</p>

0 commit comments

Comments
 (0)