Update image.mdx (#56269)

add closing `'`.

Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
This commit is contained in:
Daigo Shitara 2023-10-02 23:06:23 +09:00 committed by GitHub
parent 59bda2d818
commit 0d4859b247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -599,7 +599,7 @@ There is no mechanism to invalidate the cache at this time, so its best to keep
### `disableStaticImages`
The default behavior allows you to import static files such as `import icon from './icon.png` and then pass that to the `src` property.
The default behavior allows you to import static files such as `import icon from './icon.png'` and then pass that to the `src` property.
In some cases, you may wish to disable this feature if it conflicts with other plugins that expect the import to behave differently.

View file

@ -542,7 +542,7 @@ There is no mechanism to invalidate the cache at this time, so its best to keep
### Disable Static Imports
The default behavior allows you to import static files such as `import icon from './icon.png` and then pass that to the `src` property.
The default behavior allows you to import static files such as `import icon from './icon.png'` and then pass that to the `src` property.
In some cases, you may wish to disable this feature if it conflicts with other plugins that expect the import to behave differently.