aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
authorJosh Adams2012-11-05 14:42:54 -0600
committerIgor Minar2012-11-11 11:25:40 +0100
commit7550f90a57f7a875d22de31293885e73abd76593 (patch)
tree49b8c7603528042a6410d4dd65715dcb697aea05 /src/ng/directive/input.js
parentd78fea87d1e48eccb5c5fc56afe70e63974222c5 (diff)
downloadangular.js-7550f90a57f7a875d22de31293885e73abd76593.tar.bz2
docs(ngList): fix typo
Diffstat (limited to 'src/ng/directive/input.js')
-rw-r--r--src/ng/directive/input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 2fba7e92..dd5fbf57 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -1159,7 +1159,7 @@ var requiredDirective = function() {
* @name ng.directive:ngList
*
* @description
- * Text input that converts between comma-seperated string into an array of strings.
+ * Text input that converts between comma-separated string into an array of strings.
*
* @element input
* @param {string=} ngList optional delimiter that should be used to split the value. If