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 b96fe5754..4dd3817c6 100644
--- a/packages/integrations/image/README.md
+++ b/packages/integrations/image/README.md
@@ -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';