From 7550f90a57f7a875d22de31293885e73abd76593 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') diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 2fba7e92..dd5fbf57 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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 -- cgit v1.2.3