diff --git a/known-issues-vs2017.md b/known-issues-vs2017.md index f6ba49b..07310ef 100644 --- a/known-issues-vs2017.md +++ b/known-issues-vs2017.md @@ -107,7 +107,7 @@ Scaffolding broken for ASP.NET Core (.NET Framework) templates * #### Workaround: None -### Sequence numbers added to wronge item templates +### Sequence numbers added to wrong item templates Sequence numbers are added to inappropriate Item Templates * #### Issue: @@ -206,4 +206,4 @@ Scaffolded files may not be included in user's project in certain cases, where u If user project has a globbing pattern for `````` item group with a exclude pattern. And if the files generated by scaffolding match the pattern, they are not included in the project. For example: If project has `````` and scaffolding generates a file in 'DefaultController.cs' ExcludedDir, it will not be included in the project for compilation. * #### Workaround: -Manually adjust the globbing pattern to include the 'ExcludedDir/DefaultController \ No newline at end of file +Manually adjust the globbing pattern to include the 'ExcludedDir/DefaultController