From ffa6c5195fdc1c9a7d27e2cd20ac3f2e0ef46f74 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Mon, 5 Nov 2012 14:42:54 -0600 Subject: docs(ngList): fix typo --- src/ng/directive/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/input.js') diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index aba5ff1a..8e66d6a2 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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 -- cgit v1.2.3