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