Skip to content

Commit 3c05e36

Browse files
mvanroonpetebacondarwin
authored andcommitted
docs(select): fix typo
Closes angular#4433
1 parent 88e35fa commit 3c05e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var ngOptionsMinErr = minErr('ngOptions');
9696
Color (null allowed):
9797
<span class="nullable">
9898
<select ng-model="color" ng-options="c.name for c in colors">
99-
<option value="">-- chose color --</option>
99+
<option value="">-- choose color --</option>
100100
</select>
101101
</span><br/>
102102

0 commit comments

Comments
 (0)