From 42b43c543305104722505ffb575ddc228b355df5 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Fri, 17 May 2024 16:59:08 +0700 Subject: [PATCH] fix: typo and some formatting --- .../documentation/develop/getting-started-with-web-ext.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/documentation/develop/getting-started-with-web-ext.md b/src/content/documentation/develop/getting-started-with-web-ext.md index 057655957..d833c1196 100644 --- a/src/content/documentation/develop/getting-started-with-web-ext.md +++ b/src/content/documentation/develop/getting-started-with-web-ext.md @@ -53,7 +53,7 @@ date: 2021-01-27 23:47:23 ## Installation -`web-ext` is a node-based application. You install it with `brew` or the [nodejs](https://nodejs.org/) npm tool. +`web-ext` is a node-based application. You install it with `brew` or the [NodeJS](https://nodejs.org/) `npm` tool. Install with `brew` using: @@ -99,7 +99,7 @@ Before you start using `web-ext` locate an example extension to use—if you don ### Testing out an extension -Test an extension in Firefox by `cd`'ing into your extensions’s root directory and entering: +Test an extension in Firefox by `cd`'ing into your extension’s root directory and entering: ```shell web-ext run