[PR #331] [MERGED] typo roundup #951

Open
opened 2026-01-29 14:47:45 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: typos


📝 Commits (10+)

  • 3c16852 typo: ponctuation -> punctuation
  • 2b41e47 typo: outputing -> outputting
  • bb5e45b typo: Nuitrion -> Nutrition
  • f484366 typo: hypen -> hyphen
  • eb72bc6 typo: onre -> one
  • fe4ac66 typo: preceeded -> preceded
  • bdec15d typo: capitalised -> capitalized
  • f767b64 typo: mulitple -> multiple
  • d02adf1 typo: elemeent -> element
  • b05161d typo: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/331 **Author:** [@nschonni](https://github.com/nschonni) **Created:** 4/15/2019 **Status:** ✅ Merged **Merged:** 4/23/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `typos` --- ### 📝 Commits (10+) - [`3c16852`](https://github.com/xoofx/markdig/commit/3c16852219675551a3abdb9f67837966e313ffb3) typo: ponctuation -> punctuation - [`2b41e47`](https://github.com/xoofx/markdig/commit/2b41e47170e500434f43da7b1fc33fd3166c71ae) typo: outputing -> outputting - [`bb5e45b`](https://github.com/xoofx/markdig/commit/bb5e45b939a863d035262818c0ce4ce7073a6244) typo: Nuitrion -> Nutrition - [`f484366`](https://github.com/xoofx/markdig/commit/f484366612717f8a2f1eb929857a43e0d087f34e) typo: hypen -> hyphen - [`eb72bc6`](https://github.com/xoofx/markdig/commit/eb72bc6d4f3f9465f4111e82ed4fcf1a7868a69b) typo: onre -> one - [`fe4ac66`](https://github.com/xoofx/markdig/commit/fe4ac6643ae6fee960c1c24dd39df458442b5086) typo: preceeded -> preceded - [`bdec15d`](https://github.com/xoofx/markdig/commit/bdec15d9435c1f0a59a459c5f029147f975854de) typo: capitalised -> capitalized - [`f767b64`](https://github.com/xoofx/markdig/commit/f767b649e64b18318571444943527f281700203b) typo: mulitple -> multiple - [`d02adf1`](https://github.com/xoofx/markdig/commit/d02adf1bf376a2ae5bbac7f70a125b36645c542d) typo: elemeent -> element - [`b05161d`](https://github.com/xoofx/markdig/commit/b05161d20e2925afdea540493aaf8be582aead9e) typo: continous -> continuous ### 📊 Changes **41 files changed** (+182 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Ran cSpell over the codebase and batched them all up. I can split the changes to individual PRs if that's preferred. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:47:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#951