aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Nelson2014-01-26 12:28:06 -0800
committerCaitlin Potter2014-01-26 15:45:04 -0500
commit766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9 (patch)
treedcc3ebb7cd59016e7a8d5a07e665ef377ee5c730
parent4f735b060563463d40711180beda6527722482b3 (diff)
downloadangular.js-766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9.tar.bz2
docs(select): rephase note on ngOptions
added 'an' and 'the' to ngOptions sentence Closes #5993
-rw-r--r--src/ng/directive/select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js
index e44b61e9..0e64cc43 100644
--- a/src/ng/directive/select.js
+++ b/src/ng/directive/select.js
@@ -29,7 +29,7 @@ var ngOptionsMinErr = minErr('ngOptions');
* option. See example below for demonstration.
*
* <div class="alert alert-warning">
- * **Note:** `ngOptions` provides iterator facility for `<option>` element which should be used instead
+ * **Note:** `ngOptions` provides an iterator facility for the `<option>` element which should be used instead
* of {@link ng.directive:ngRepeat ngRepeat} when you want the
* `select` model to be bound to a non-string value. This is because an option element can only
* be bound to string values at present.