Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 23, 2019
1 parent 962fad0 commit 67a1551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
This file was generate by the MarkdownSnippets.
This file was generate by MarkdownSnippets.
Source File: \readme.source.md
To change this file edit the source file and then re-run the generation using either the dotnet global tool (https://github.com/SimonCropp/MarkdownSnippets#githubmarkdownsnippets) or using the api (https://github.com/SimonCropp/MarkdownSnippets#running-as-a-unit-test).
-->
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<NoWarn>CS1591;NU5105;CS1573</NoWarn>
<Version>8.7.0</Version>
<Version>8.7.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright $([System.DateTime]::UtcNow.ToString(yyyy)). All rights reserved</Copyright>
<PackageIconUrl>https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/icon.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/MarkdownSnippets/Processing/GitHubMarkdownProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void ProcessFile(string sourceFile, MarkdownProcessor markdownProcessor,
using (var writer = File.CreateText(target))
{
writer.WriteLine($@"<!--
This file was generate by the MarkdownSnippets.
This file was generate by MarkdownSnippets.
Source File: {sourceFile.ReplaceCaseless(targetDirectory,"")}
To change this file edit the source file and then re-run the generation using either the dotnet global tool (https://github.com/SimonCropp/MarkdownSnippets#githubmarkdownsnippets) or using the api (https://github.com/SimonCropp/MarkdownSnippets#running-as-a-unit-test).
-->
Expand Down

0 comments on commit 67a1551

Please sign in to comment.