From afb751dbd1490441d3449d3b239750bfe67e9ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ted=20Di=C3=B1o?= <84649871+ted-dino@users.noreply.github.com> Date: Thu, 17 Nov 2022 00:07:11 +0800 Subject: [PATCH] [docs] fix typo in image integration README (#5416) --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```