Skip to content

Commit 985ea74

Browse files
authored
Merge branch 'canary' into test/fix-flaky
2 parents 8798e48 + 0d4859b commit 985ea74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/02-app/02-api-reference/01-components/image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ There is no mechanism to invalidate the cache at this time, so its best to keep
599599

600600
### `disableStaticImages`
601601

602-
The default behavior allows you to import static files such as `import icon from './icon.png` and then pass that to the `src` property.
602+
The default behavior allows you to import static files such as `import icon from './icon.png'` and then pass that to the `src` property.
603603

604604
In some cases, you may wish to disable this feature if it conflicts with other plugins that expect the import to behave differently.
605605

docs/03-pages/02-api-reference/01-components/image-legacy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ There is no mechanism to invalidate the cache at this time, so its best to keep
542542

543543
### Disable Static Imports
544544

545-
The default behavior allows you to import static files such as `import icon from './icon.png` and then pass that to the `src` property.
545+
The default behavior allows you to import static files such as `import icon from './icon.png'` and then pass that to the `src` property.
546546

547547
In some cases, you may wish to disable this feature if it conflicts with other plugins that expect the import to behave differently.
548548

0 commit comments

Comments
 (0)