From 5afb5ef7af95f9245c1010d35aaf508d4989cb4a Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 11 Aug 2022 11:07:11 -0500 Subject: [PATCH] Fix spelling mistake in @astrojs/image docs (#4256) `intergration` -> `integration` --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.