From eea7dec46c1d47f43b6a1202760eee64dd4b43c9 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 20 May 2024 09:15:29 +0700 Subject: [PATCH] fix: typo and some formatting (#1859) --- .../develop/getting-started-with-web-ext.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 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..288286292 100644 --- a/src/content/documentation/develop/getting-started-with-web-ext.md +++ b/src/content/documentation/develop/getting-started-with-web-ext.md @@ -19,10 +19,11 @@ contributors: arai, tofumatt, chrisdavidmills, - ankushduacodes + ankushduacodes, + huyenltnguyen ] -last_updated_by: ankushduacodes -date: 2021-01-27 23:47:23 +last_updated_by: huyenltnguyen +date: 2024-05-17 --- @@ -53,7 +54,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 +100,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