0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

add missing word in image integration-guide (#4303)

Co-authored-by: mundry <mundry@users.noreply.github.com>
This commit is contained in:
mundry 2022-08-13 18:41:15 +02:00 committed by GitHub
parent 6a3aa12079
commit 2bb4e3b812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
---