Skip to content

Commit 4d76c93

Browse files
committed
fix typos
1 parent 649110e commit 4d76c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ For more info, see:
2020

2121
### Running Locally
2222

23-
#### via WebExtensions API (web-ext)
23+
#### Via WebExtensions API (web-ext)
2424

2525
1. Install the [web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext) tool.
2626
2. Run `web-ext run -s src/`. This launches Firefox and installs the extension automatically.
2727

2828
This tool provides some additional development features, such as [automatic reloading](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Automatic_extension_reloading).
2929

30-
#### via about:debugging in Firefox
30+
#### Via about:debugging in Firefox
3131

3232
1. Open the `about:debugging` page in Firefox.
33-
2. Click on `This FIrefox`.
33+
2. Click on `This Firefox`.
3434
3. Click on [Load Temporary Add-on](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).
3535
4. Select `src/manifest.json`.
3636

0 commit comments

Comments
 (0)