Fix typo in Color#convert documentation

This commit is contained in:
sasensi 2018-11-13 10:12:59 +01:00
parent 1462178799
commit 8202f78453

View file

@ -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'}