Skip to content

Commit 06aef92

Browse files
committed
fixed typo in about-browsers chapter
1 parent 1202049 commit 06aef92

File tree

1 file changed

+1
-1
lines changed
  • 5-browser-extension/1-about-browsers

1 file changed

+1
-1
lines changed

5-browser-extension/1-about-browsers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ CO2 Signal's API.
6767
- [an API key](https://www.co2signal.com/); enter your email in the box on this page and one will be sent to you
6868
- the [code for your region](http://api.electricitymap.org/v3/zones) corresponding to the [Electricity Map](https://www.electricitymap.org/map) (in Boston, for example, I use 'US-NEISO').
6969
- the [starter code](../start). Download the `start` folder; you will be completing code in this folder.
70-
- [NPM](https://www.npmjs.com) - NPM is a package management tool; install it locally and the packages listed in you `package.json` file will be installed for use by your web asset
70+
- [NPM](https://www.npmjs.com) - NPM is a package management tool; install it locally and the packages listed in your `package.json` file will be installed for use by your web asset
7171

7272
✅ Learn more about package management in this [excellent Learn module](https://docs.microsoft.com/learn/modules/create-nodejs-project-dependencies/?WT.mc_id=academic-13441-cxa)
7373

0 commit comments

Comments
 (0)