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 4dd3817c6..a13892172 100644
--- a/packages/integrations/image/README.md
+++ b/packages/integrations/image/README.md
@@ -74,7 +74,7 @@ export default {
### Installing `sharp` (optional)
-First, install the `sharp` package using your package manger. If you're using npm or aren't sure, run this in the terminal:
+First, install the `sharp` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
```sh
npm install sharp
```