summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/integrations/image/README.md2
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
---