Skip to content

Commit 966f124

Browse files
authored
docs: minor revision to wording of migration (#2120)
1 parent 75dc22b commit 966f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-migrations/01-migration-from-v3-to-v4.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ SVGO now only has named exports, there are no default exports in the public API.
122122

123123
If you use SVGO from the CLI, or have a Common JS project (you import SVGO using `require`), or if you were already using named exports, you don't have to do anything.
124124

125-
If one way or another you're using the `import` keyword to import SVGO, then any instance where you do use our default export, it must be switched for the named equivilent.
125+
If one way or another you're using the `import` keyword to import SVGO, then any instance where you use a default export must be switched for the named equivilent.
126126

127127
```diff
128128
- import svgo from 'svgo';

0 commit comments

Comments
 (0)