From a5f12dcfa060fee9a60275c2ad6a428736dc7df6 Mon Sep 17 00:00:00 2001 From: uukelele-scratch Date: Sat, 15 Mar 2025 23:33:08 +0000 Subject: [PATCH] fix typo --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/installation.md b/src/guide/installation.md index 5d5dc37..578f98c 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -58,7 +58,7 @@ After installing these dependencies, you can proceed with installing whatsapp-we ## Setup essentials -After installed Node, you can now run commands in your terminal. We recommend using [npm](https://www.npmjs.com/)(Node's package manager) that comes bundelt with every Node installation. However, you have the option to use either [Yarn](https://yarnpkg.com/) or [pnpm](https://pnpm.io/) as your package manager. The guide supports all three package managers in the examples. +After installed Node, you can now run commands in your terminal. We recommend using [npm](https://www.npmjs.com/)(Node's package manager) that comes bundled with every Node installation. However, you have the option to use either [Yarn](https://yarnpkg.com/) or [pnpm](https://pnpm.io/) as your package manager. The guide supports all three package managers in the examples. ### Choose an editor