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

Commit bbbcb5e

Browse files
WrathZASteveSandersonMS
authored andcommitted
Update README.md
Fixed very minor spelling mistake on line 521. You = Your
1 parent d6c6408 commit bbbcb5e

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.SpaServices

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.SpaServices/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ if (env.IsDevelopment()) {
518518
app.UseWebpackDevMiddleware();
519519
}
520520

521-
// You call to app.UseStaticFiles(); should be here
521+
// Your call to app.UseStaticFiles(); should be here
522522
```
523523

524524
Also check your webpack configuration at `webpack.config.js`. Since `UseWebpackDevMiddleware` needs to know which incoming requests to intercept, make sure you've specified a `publicPath` value on your `output`, for example:

0 commit comments

Comments
 (0)