Skip to content

Commit 0d4859b

Browse files
sdaigostyfle
andauthoredOct 2, 2023
Update image.mdx (#56269)
add closing `'`. Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
1 parent 59bda2d commit 0d4859b

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

+1-1
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

+1-1
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)
Please sign in to comment.