Skip to content

Commit

Permalink
Update image.mdx
Browse files Browse the repository at this point in the history
fixed typo `intrisic` -> `intrinsic`
  • Loading branch information
slimbde authored Aug 19, 2024
1 parent 6266149 commit 77c8c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ When using an external URL, you must add it to [remotePatterns](#remotepatterns)

### `width`

The `width` property represents the _intrisic_ image width in pixels.
The `width` property represents the _intrinsic_ image width in pixels.

Required, except for [statically imported images](/docs/app/building-your-application/optimizing/images#local-images) or images with the [`fill` property](#fill).

### `height`

The `height` property represents the _intrisic_ image height in pixels.
The `height` property represents the _intrinsic_ image height in pixels.

Required, except for [statically imported images](/docs/app/building-your-application/optimizing/images#local-images) or images with the [`fill` property](#fill).

Expand Down

0 comments on commit 77c8c44

Please sign in to comment.