From 8202f78453411c54bd197fc3f0dc15f0f897230b Mon Sep 17 00:00:00 2001 From: sasensi Date: Tue, 13 Nov 2018 10:12:59 +0100 Subject: [PATCH] Fix typo in Color#convert documentation --- src/style/Color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/Color.js b/src/style/Color.js index 05f4691f..968d846f 100644 --- a/src/style/Color.js +++ b/src/style/Color.js @@ -729,7 +729,7 @@ var Color = Base.extend(new function() { }, /** - * Converts the color another type. + * Converts the color to another type. * * @param {String} type the color type to convert to. Possible values: * {@values 'rgb', 'gray', 'hsb', 'hsl'}