diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index c3cc8efb66..a979d1e65c 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -268,7 +268,7 @@ This helper takes in an object with the same properties as the `` 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`.