summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ted DiƱo <84649871+ted-dino@users.noreply.github.com> 2022-11-17 00:07:11 +0800
committerGravatar GitHub <noreply@github.com> 2022-11-16 12:07:11 -0400
commitafb751dbd1490441d3449d3b239750bfe67e9ef2 (patch)
treea5c488d3ff11c3d1c14fc368fd2fc58476874a9f
parent49c1a5d439b723f1e72e9766d61be42a26379e3a (diff)
downloadastro-afb751dbd1490441d3449d3b239750bfe67e9ef2.tar.gz
astro-afb751dbd1490441d3449d3b239750bfe67e9ef2.tar.zst
astro-afb751dbd1490441d3449d3b239750bfe67e9ef2.zip
[docs] fix typo in image integration README (#5416)
-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
```