diff options
author | 2022-08-11 11:07:11 -0500 | |
---|---|---|
committer | 2022-08-11 11:07:11 -0500 | |
commit | 5afb5ef7af95f9245c1010d35aaf508d4989cb4a (patch) | |
tree | 91fb1e2210d38d44c8506ef4fd5908733babf54f | |
parent | 9f6d8eb625f9556f7ee29624043c51c228ec4cce (diff) | |
download | astro-5afb5ef7af95f9245c1010d35aaf508d4989cb4a.tar.gz astro-5afb5ef7af95f9245c1010d35aaf508d4989cb4a.tar.zst astro-5afb5ef7af95f9245c1010d35aaf508d4989cb4a.zip |
Fix spelling mistake in @astrojs/image docs (#4256)
`intergration` -> `integration`
-rw-r--r-- | packages/integrations/image/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index c3cc8efb6..a979d1e65 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 `<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`. |