mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #331] [MERGED] typo roundup #951
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/331
Author: @nschonni
Created: 4/15/2019
Status: ✅ Merged
Merged: 4/23/2019
Merged by: @xoofx
Base:
master← Head:typos📝 Commits (10+)
3c16852typo: ponctuation -> punctuation2b41e47typo: outputing -> outputtingbb5e45btypo: Nuitrion -> Nutritionf484366typo: hypen -> hypheneb72bc6typo: onre -> onefe4ac66typo: preceeded -> precededbdec15dtypo: capitalised -> capitalizedf767b64typo: mulitple -> multipled02adf1typo: elemeent -> elementb05161dtypo: continous -> continuous📊 Changes
41 files changed (+182 additions, -182 deletions)
View changed files
📝
changelog.md(+1 -1)📝
src/Markdig.Benchmarks/spec.md(+1 -1)📝
src/Markdig.Tests/Specs/BootstrapSpecs.generated.cs(+2 -2)📝
src/Markdig.Tests/Specs/BootstrapSpecs.md(+1 -1)📝
src/Markdig.Tests/Specs/EmojiSpecs.generated.cs(+2 -2)📝
src/Markdig.Tests/Specs/EmojiSpecs.md(+1 -1)📝
src/Markdig.Tests/Specs/FootnotesSpecs.generated.cs(+2 -2)📝
src/Markdig.Tests/Specs/FootnotesSpecs.md(+1 -1)📝
src/Markdig.Tests/Specs/GlobalizationSpecs.generated.cs(+4 -4)📝
src/Markdig.Tests/Specs/GlobalizationSpecs.md(+2 -2)📝
src/Markdig.Tests/Specs/JiraLinks.generated.cs(+5 -5)📝
src/Markdig.Tests/Specs/JiraLinks.md(+4 -4)📝
src/Markdig.Tests/Specs/PipeTableSpecs.generated.cs(+4 -4)📝
src/Markdig.Tests/Specs/PipeTableSpecs.md(+3 -3)📝
src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs(+3 -3)📝
src/Markdig/Extensions/Footers/FooterBlock.cs(+2 -2)📝
src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs(+6 -6)📝
src/Markdig/Extensions/Mathematics/MathInlineParser.cs(+4 -4)📝
src/Markdig/Extensions/SmartyPants/SmartyPantsInlineParser.cs(+2 -2)📝
src/Markdig/Extensions/Tables/PipeTableParser.cs(+8 -8)...and 21 more files
📄 Description
Ran cSpell over the codebase and batched them all up. I can split the changes to individual PRs if that's preferred.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.