Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ffa6c51

Browse files
Josh AdamsIgorMinar
Josh Adams
authored andcommitted
docs(ngList): fix typo
1 parent a758799 commit ffa6c51

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
@@ -1174,7 +1174,7 @@ var requiredDirective = function() {
11741174
* @name ng.directive:ngList
11751175
*
11761176
* @description
1177-
* Text input that converts between comma-seperated string into an array of strings.
1177+
* Text input that converts between comma-separated string into an array of strings.
11781178
*
11791179
* @element input
11801180
* @param {string=} ngList optional delimiter that should be used to split the value. If

0 commit comments

Comments
 (0)