diff options
author | 2022-08-13 18:41:15 +0200 | |
---|---|---|
committer | 2022-08-13 13:41:15 -0300 | |
commit | 2bb4e3b812c4f6b2bcb785228a59b19a0f349eb5 (patch) | |
tree | a761bd69b4be7bbb791defe3084cbfbf75c812ed | |
parent | 6a3aa12079f7f094a4df3f31c34bb13a1569d344 (diff) | |
download | astro-2bb4e3b812c4f6b2bcb785228a59b19a0f349eb5.tar.gz astro-2bb4e3b812c4f6b2bcb785228a59b19a0f349eb5.tar.zst astro-2bb4e3b812c4f6b2bcb785228a59b19a0f349eb5.zip |
add missing word in image integration-guide (#4303)
Co-authored-by: mundry <mundry@users.noreply.github.com>
-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 a979d1e65..1159362a8 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -244,7 +244,7 @@ This is the helper function used by the `<Image />` component to build `<img />` This helper takes in an object with the same properties as the `<Image />` component and returns an object with attributes that should be included on the final `<img />` element. -This can helpful if you need to add preload links to a page's `<head>`. +This can be helpful if you need to add preload links to a page's `<head>`. ```astro --- |