docs(ngList): fix typo

This commit is contained in:
Josh Adams 2012-11-05 14:42:54 -06:00 committed by Igor Minar
parent a758799c7f
commit ffa6c5195f

View file

@ -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