diff --git a/docs/03-plugins/addAttributesToSVGElement.mdx b/docs/03-plugins/addAttributesToSVGElement.mdx index e4e76b638..7f157f799 100644 --- a/docs/03-plugins/addAttributesToSVGElement.mdx +++ b/docs/03-plugins/addAttributesToSVGElement.mdx @@ -4,7 +4,7 @@ svgo: pluginId: addAttributesToSVGElement parameters: attributes: - description: Attributes to add to the `` element. If key/value pairs are passed, the attributes and added with the paired value. If an array is passed, attributes are added with no key associated with them. + description: Attributes to add to the `` element. If key/value pairs are passed, the attributes are added with the paired value. If an array is passed, attributes are added with no key associated with them. default: null attribute: --- diff --git a/plugins/addAttributesToSVGElement.js b/plugins/addAttributesToSVGElement.js index a2b86df6c..573ebb053 100644 --- a/plugins/addAttributesToSVGElement.js +++ b/plugins/addAttributesToSVGElement.js @@ -41,7 +41,7 @@ plugins: [ `; /** - * Add attributes to an outer element. Example config: + * Add attributes to an outer element. * * @author April Arcus *