Skip to content

Commit 07ad92f

Browse files
committed
Fix a typo in getting-started.md
seperately -> separately
1 parent fbe5382 commit 07ad92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ As shown above, it's pretty impressive what you can do with so few lines of code
4444

4545
Introducing, npm!
4646

47-
npm is the package manager for JavaScript. npm ships with Node.js, so there's no need to install it seperately.
47+
npm is the package manager for JavaScript. npm ships with Node.js, so there's no need to install it separately.
4848

4949
### Using an existing npm package
5050
To get a sense for how to use npm packages in your app, let's try getting started with `express`, the most popular web framework for Node.js.

0 commit comments

Comments
 (0)