From 65ebf6d7e19ec18554caf45dc77d5f0e43675bee Mon Sep 17 00:00:00 2001 From: u Date: Tue, 17 Dec 2024 18:41:12 +0100 Subject: [PATCH] Update dev_guide.mdx Corrected typos in #25 and #29. Signed-off-by: u --- devvit-docs/docs/dev_guide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devvit-docs/docs/dev_guide.mdx b/devvit-docs/docs/dev_guide.mdx index ae6392c4d..ba0b4b361 100644 --- a/devvit-docs/docs/dev_guide.mdx +++ b/devvit-docs/docs/dev_guide.mdx @@ -22,11 +22,11 @@ You'll also need an editor for viewing and editing code (we recommend [VS Code]( Click here for instructions on installing Node.js
- You’re going to work with TypeScript. In order for Typescript to work with Devvit, you’ll need a working Node.js environment and then the Devvit command line interface. Node.js is an open-source server environment that makes it possible to develop and run Javascript apps anywhere. Node.js lets you import and use packages (code that other people have written) into your code. + You’re going to work with TypeScript. In order for TypeScript to work with Devvit, you’ll need a working Node.js environment and then the Devvit command line interface. Node.js is an open-source server environment that makes it possible to develop and run Javascript apps anywhere. Node.js lets you import and use packages (code that other people have written) into your code. **Option 1: Use node version manager (nvm)** -Install or update [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) to use as a handy command-line tool for managing multiple Node.js versions on your system. This will allow you to switch between different versions easily. If you to use a different node version manager, check out these [suggestions from npmjs.org](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). +Install or update [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) to use as a handy command-line tool for managing multiple Node.js versions on your system. This will allow you to switch between different versions easily. If you choose to use a different node version manager, check out these [suggestions from npmjs.org](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For macOS or Linux: