Fix spelling mistake in @astrojs/image docs (#4256)

`intergration` -> `integration`
This commit is contained in:
Caleb Jasik 2022-08-11 11:07:11 -05:00 committed by GitHub
parent 9f6d8eb625
commit 5afb5ef7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.