spelling: attributes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-06-13 16:04:43 -04:00
parent a718a7e9c3
commit bafdff9ec6

View File

@ -41,7 +41,7 @@ function optimize(svg) {
}
/**
* Set default attibutes on SVG.
* Set default attributes on SVG.
* @param {string} svg - An SVG string.
* @returns {string}
*/