Fix typo in image integration documentatation (#5388)

This commit is contained in:
Donald 2022-11-13 19:00:14 -08:00 committed by GitHub
parent 07827083ae
commit df8092b007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ First, install the `sharp` package using your package manger. If you're using np
```sh
npm install sharp
```
Then, update the integration in you `astro.config.*` file to use the built-in `sharp` image transformer.
Then, update the integration in your `astro.config.*` file to use the built-in `sharp` image transformer.
```astro title="astro.config.mjs"
---
import image from '@astrojs/image';