diff --git a/aspnetcore/tutorials/web-api-javascript.md b/aspnetcore/tutorials/web-api-javascript.md index 783cfc7f33..d2d3458936 100644 --- a/aspnetcore/tutorials/web-api-javascript.md +++ b/aspnetcore/tutorials/web-api-javascript.md @@ -41,6 +41,8 @@ The simplest `fetch` call accepts a single parameter representing the route. A s 1. Create a *wwwroot* folder in the project root. +1. Create a *css* folder inside of the *wwwroot* folder. + 1. Create a *js* folder inside of the *wwwroot* folder. 1. Add an HTML file named *index.html* to the *wwwroot* folder. Replace the contents of *index.html* with the following markup: