Skip to content

Commit 7550f90

Browse files
Josh AdamsIgorMinar
Josh Adams
authored andcommitted
docs(ngList): fix typo
1 parent d78fea8 commit 7550f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ var requiredDirective = function() {
11591159
* @name ng.directive:ngList
11601160
*
11611161
* @description
1162-
* Text input that converts between comma-seperated string into an array of strings.
1162+
* Text input that converts between comma-separated string into an array of strings.
11631163
*
11641164
* @element input
11651165
* @param {string=} ngList optional delimiter that should be used to split the value. If

0 commit comments

Comments
 (0)