Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 0626bb1

Browse files
Josef OttossonSteveSandersonMS
authored andcommitted
Update README.md
Fixes small typo.
1 parent d9e75c8 commit 0626bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you're interested in contributing to the various packages, samples, and proje
9494
* Run `dotnet restore` at the repo root dir
9595
* Go to whatever sample or template you want to run (for example, `cd templates/AngularSpa`)
9696
* Restore NPM dependencies (run `npm install`)
97-
* If the sample/template you're trying to run has a file called `webpack.config.vendor.js` at its root, run `webpack --config webpack.config.vendor.js`. It it has a file called `webpack.config.js`, run `webpack` (no args). You might need to install webpack first, by running `npm install -g webpack`.
97+
* If the sample/template you're trying to run has a file called `webpack.config.vendor.js` at its root, run `webpack --config webpack.config.vendor.js`. If it has a file called `webpack.config.js`, run `webpack` (no args). You might need to install webpack first, by running `npm install -g webpack`.
9898
* Launch it (`dotnet run`)
9999

100100
If you're planning to submit a pull request, and if it's more than a trivial fix (for example, for a typo), it's usually a good idea first to file an issue describing what you're proposing to do and how it will work. Then you can find out if it's likely that such a pull request will be accepted, and how it fits into wider ongoing plans.

0 commit comments

Comments
 (0)