From 1f6144f8251cd77e18a865588c359c14c2e2e039 Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Sun, 6 May 2018 23:35:16 -0700 Subject: [PATCH 1/2] Spelling --- 06-console-csharp-fsharp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-console-csharp-fsharp/README.md b/06-console-csharp-fsharp/README.md index 6e097d2..6fb670e 100644 --- a/06-console-csharp-fsharp/README.md +++ b/06-console-csharp-fsharp/README.md @@ -3,7 +3,7 @@ The sample in this folder demonstrates: - **Creating a template that supports multiple languages** - Using `groupIdentity` to create a console project in `C#` and `F#` In this sample there are two project templates, one using C# and the other F#. -By using `groupIdentiy` these templates will appear as the same template in the output of `dotnet new --list`. +By using `groupIdentity` these templates will appear as the same template in the output of `dotnet new --list`. To make more than one template appear as the same in `dotnet new --list` ensure the following: From 2befa94fee577261980dd5a70250206fb7f35326 Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Sun, 6 May 2018 23:39:53 -0700 Subject: [PATCH 2/2] Replaced a half-written sentence Pulled text from further down the page to replace the sentence --- 09-replace-onlyif-after/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/09-replace-onlyif-after/README.md b/09-replace-onlyif-after/README.md index 1531486..685053f 100644 --- a/09-replace-onlyif-after/README.md +++ b/09-replace-onlyif-after/README.md @@ -2,7 +2,7 @@ The sample in this folder demonstrates: - **`onlyIf`** - Shows how you can replace some text on the condition it's preceded by a specified string. -In this sample, we show how you can replace a +The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements. From [`site.css`](./MyProject.Con/wwwroot/css/site.css) @@ -29,8 +29,4 @@ textarea { } ``` -The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements. - - See [`template.json`](./MyProject.Con/.template.config/template.json) -