Skip to content

Commit

Permalink
Update image.mdx (#56269)
Browse files Browse the repository at this point in the history
add closing `'`.

Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
  • Loading branch information
sdaigo and styfle committed Oct 2, 2023
1 parent 59bda2d commit 0d4859b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0d4859b

Please sign in to comment.