From 2bb4e3b812c4f6b2bcb785228a59b19a0f349eb5 Mon Sep 17 00:00:00 2001 From: mundry <1453314+mundry@users.noreply.github.com> Date: Sat, 13 Aug 2022 18:41:15 +0200 Subject: [PATCH] add missing word in image integration-guide (#4303) Co-authored-by: mundry --- 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 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 ---