diff options
| author | Josh Adams | 2012-11-05 14:42:54 -0600 | 
|---|---|---|
| committer | Igor Minar | 2012-11-11 11:24:59 +0100 | 
| commit | ffa6c5195fdc1c9a7d27e2cd20ac3f2e0ef46f74 (patch) | |
| tree | b0447b068a1dd52f98a48d5246b46e70cbc16c3c /src/ng/directive/input.js | |
| parent | a758799c7ff2d8fe21f6680589f2e9e4b7f34329 (diff) | |
| download | angular.js-ffa6c5195fdc1c9a7d27e2cd20ac3f2e0ef46f74.tar.bz2 | |
docs(ngList): fix typo
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 | 
