Skip to content

Commit

Permalink
docs: Fix typo in example (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Feb 2, 2021
1 parent 128f095 commit ce60bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -848,7 +848,7 @@ matched only using [`toBeChecked`](#tobechecked) or
<option value="avocado">Avocado</option>
</select>

<label for="mutiple-select-example">Fruits</label>
<label for="multiple-select-example">Fruits</label>
<select id="multiple-select-example" multiple>
<option value="">Select a fruit...</option>
<option value="banana" selected>Banana</option>
Expand Down

0 comments on commit ce60bdb

Please sign in to comment.