mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngList): fix typo
This commit is contained in:
parent
a758799c7f
commit
ffa6c5195f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue