Skip to content

Commit

Permalink
chore(addAttributesToSVGElement): fix typoes in docs (svg#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Jun 14, 2024
1 parent ce4ca1c commit 1348383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/03-plugins/addAttributesToSVGElement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ svgo:
pluginId: addAttributesToSVGElement
parameters:
attributes:
description: Attributes to add to the `<svg>` 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 `<svg>` 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:
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/addAttributesToSVGElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins: [
`;

/**
* Add attributes to an outer <svg> element. Example config:
* Add attributes to an outer <svg> element.
*
* @author April Arcus
*
Expand Down

0 comments on commit 1348383

Please sign in to comment.