Skip to content

Commit

Permalink
Fix spelling mistake in @astrojs/image docs (#4256)
Browse files Browse the repository at this point in the history
`intergration` -> `integration`
  • Loading branch information
jasikpark committed Aug 11, 2022
1 parent 9f6d8eb commit 5afb5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ This helper takes in an object with the same properties as the `<Picture />` com

## Configuration

The intergration can be configured to run with a different image service, either a hosted image service or a full image transformer that runs locally in your build or SSR deployment.
The integration can be configured to run with a different image service, either a hosted image service or a full image transformer that runs locally in your build or SSR deployment.

> During development, local images may not have been published yet and would not be available to hosted image services. Local images will always use the built-in `sharp` service when using `astro dev`.
Expand Down

0 comments on commit 5afb5ef

Please sign in to comment.