Skip to content

Commit ecb2db9

Browse files
committed
Fix typo of interchangeably
1 parent 05f2390 commit ecb2db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/npm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* npm packages are configured using `package.json` file. You can generate a quick file using `npm init -y`.
1313
* packages get installed into a `./node_modules` folder. You normally have this folder in your `.gitignore`.
1414

15-
> Even though you might be building an application, having a `package.json` essentially makes your project a package as well. So the terms your `project | package` can be used interchangably.
15+
> Even though you might be building an application, having a `package.json` essentially makes your project a package as well. So the terms your `project | package` can be used interchangeably.
1616
1717
When you checkout someone's (your team's) package, it will have a `package.json` that will list the dependencies you need to run the project. You simply run `npm install` and npm will bring them down from the cloud ☁️.
1818

0 commit comments

Comments
 (0)