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

Commit 2abea75

Browse files
justincycaitp
authored andcommitted
docs(select): minor markdown syntax fix
Half the sentence was being highlighted as code. Closes #9983
1 parent f157d02 commit 2abea75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var ngOptionsMinErr = minErr('ngOptions');
1818
* In many cases, `ngRepeat` can be used on `<option>` elements instead of `ngOptions` to achieve a
1919
* similar result. However, the `ngOptions` provides some benefits such as reducing memory and
2020
* increasing speed by not creating a new scope for each repeated instance, as well as providing
21-
* more flexibility in how the `select`'s model is assigned via `select as`. `ngOptions should be
21+
* more flexibility in how the `select`'s model is assigned via `select as`. `ngOptions` should be
2222
* used when the `select` model needs to be bound to a non-string value. This is because an option
2323
* element can only be bound to string values at present.
2424
*

0 commit comments

Comments
 (0)