Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ca526a0

Browse files
WIP: fix typo
1 parent 0558f9f commit ca526a0

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
@@ -43,7 +43,7 @@ var SelectController =
4343
};
4444

4545
// The "empty" option is one that has a value of '' and can be provided as a child of
46-
// te `select` element.
46+
// the `select` element.
4747
// In the basic select, we only need to use this to make IE9 happy when we set the select's
4848
// value to '', but also ngOption uses this for its own purposes too.
4949
for (var i = 0, children = $element.children(), ii = children.length; i < ii; i++) {

0 commit comments

Comments
 (0)