diff options
| author | Josh Adams | 2012-11-05 14:42:54 -0600 |
|---|---|---|
| committer | Igor Minar | 2012-11-11 11:25:40 +0100 |
| commit | 7550f90a57f7a875d22de31293885e73abd76593 (patch) | |
| tree | 49b8c7603528042a6410d4dd65715dcb697aea05 /src/ng | |
| parent | d78fea87d1e48eccb5c5fc56afe70e63974222c5 (diff) | |
| download | angular.js-7550f90a57f7a875d22de31293885e73abd76593.tar.bz2 | |
docs(ngList): fix typo
Diffstat (limited to 'src/ng')
| -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 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 |
