diff --git a/util.js b/util.js index 7de19519..0248c17e 100644 --- a/util.js +++ b/util.js @@ -517,7 +517,7 @@ function setGradientDefinitions(container, gradients) { } } } else { - throw new Error(`Unsupported gradent type: '${gradientDefinition.type}'`); + throw new Error(`Unsupported gradient type: '${gradientDefinition.type}'`); } // Set common attributes