From 01d533354685ea095debefcededa4eb577c88540 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Thu, 17 Nov 2016 07:47:25 -0800 Subject: [PATCH] fix typo --- known-issues-vs2017.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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