Skip to content

Commit e0a8c49

Browse files
committed
chore: adjust select description
1 parent b09f13a commit e0a8c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/select.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import EncapsulationPill from '@components/page/api/EncapsulationPill';
1818
<EncapsulationPill type="shadow" />
1919

2020

21-
Selects are form controls to select an option, or options, from a set of options, similar to a native `<select>` element. When a user taps the select, a dialog appears with all of the options in a large, easy to select list.
21+
Selects are form controls to select an option, or options, from a set of options. When a user taps the select, a dialog appears with all of the options in a large, easy to select list.
2222

2323
A select should be used with child `<ion-select-option>` elements. If the child option is not given a `value` attribute then its text will be used as the value.
2424

0 commit comments

Comments
 (0)