From 3253314c2c371e09cb8d6ffd37a1fe92f176a1c9 Mon Sep 17 00:00:00 2001 From: Nathan Baulch Date: Fri, 22 Nov 2024 17:48:37 +1100 Subject: [PATCH] Fix typos --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- docs/02-usage/index.mdx | 4 ++-- docs/04-plugins/cleanupIds.mdx | 2 +- docs/04-plugins/convertOneStopGradients.mdx | 2 +- docs/04-plugins/convertStyleToAttrs.mdx | 2 +- docs/04-plugins/prefixIds.mdx | 2 +- docs/04-plugins/removeEditorsNSData.mdx | 2 +- docs/04-plugins/sortAttrs.mdx | 2 +- lib/svgo.d.ts | 2 +- lib/xast.js | 2 +- plugins/_path.js | 2 +- plugins/_transforms.js | 2 +- plugins/cleanupEnableBackground.js | 2 +- plugins/convertTransform.js | 2 +- plugins/minifyStyles.js | 2 +- plugins/moveElemsAttrsToGroup.js | 2 +- plugins/plugins-types.d.ts | 2 +- plugins/prefixIds.js | 2 +- plugins/removeOffCanvasPaths.js | 2 +- test/plugins/cleanupIds.23.svg.txt | 2 +- test/plugins/convertOneStopGradients.03.svg.txt | 2 +- test/plugins/mergePaths.07.svg.txt | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 881e10165..ee6c18d1c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - SVGO Version [e.g. 3.3.2] -- NodeJs Version [e.g 16.16.0] +- Node.js Version [e.g 16.16.0] - OS: [e.g. iOS] **Additional context** diff --git a/docs/02-usage/index.mdx b/docs/02-usage/index.mdx index 5e091e2c1..d1959fc24 100644 --- a/docs/02-usage/index.mdx +++ b/docs/02-usage/index.mdx @@ -12,13 +12,13 @@ We officially support four interfaces for SVGO: ## Community -Thanks to the community who have integrated, wrapped, or otherwise adapated SVGO to play well with other tools, and ultimately made SVGO more accessible for everyone. +Thanks to the community who have integrated, wrapped, or otherwise adapted SVGO to play well with other tools, and ultimately made SVGO more accessible for everyone. This section showcases reputable projects that are stable and well maintained. Please check the project's website for more information on how to use it. ### Integrations -Depending on your project stack, you may want to try one of these integrations to seemlessly incorporate SVGO into your workflow: +Depending on your project stack, you may want to try one of these integrations to seamlessly incorporate SVGO into your workflow: - [SVGR](https://react-svgr.com/) - Webpack loader that optimizes and transforms SVGs into React components. - [grunt-svgmin](https://www.npmjs.com/package/grunt-svgmin) - Grunt task to optimize SVGs. diff --git a/docs/04-plugins/cleanupIds.mdx b/docs/04-plugins/cleanupIds.mdx index 31264dcdd..0ecf2c76c 100644 --- a/docs/04-plugins/cleanupIds.mdx +++ b/docs/04-plugins/cleanupIds.mdx @@ -21,7 +21,7 @@ svgo: defaultPlugin: true --- -Removes unused IDs, and minifys IDs that are referenced by other elements. +Removes unused IDs, and minifies IDs that are referenced by other elements. By default, we back off from removing and minifying IDs if a `