diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index a979d1e65c..1159362a85 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 `` component to build `` This helper takes in an object with the same properties as the `` component and returns an object with attributes that should be included on the final `` element. -This can helpful if you need to add preload links to a page's ``. +This can be helpful if you need to add preload links to a page's ``. ```astro ---