diff options
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index aba5ff1a..8e66d6a2 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1174,7 +1174,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  | 
