Skip to content

Commit ce60bdb

Browse files
authored
docs: Fix typo in example (#335)
1 parent 128f095 commit ce60bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ matched only using [`toBeChecked`](#tobechecked) or
848848
<option value="avocado">Avocado</option>
849849
</select>
850850

851-
<label for="mutiple-select-example">Fruits</label>
851+
<label for="multiple-select-example">Fruits</label>
852852
<select id="multiple-select-example" multiple>
853853
<option value="">Select a fruit...</option>
854854
<option value="banana" selected>Banana</option>

0 commit comments

Comments
 (0)