From 7403ec0779988985247a2d7eb9b172dd4284f30b Mon Sep 17 00:00:00 2001
From: Susheel Thapa <077bct090.susheel@pcampus.edu.np>
Date: Tue, 17 Oct 2023 11:13:19 +0545
Subject: [PATCH] Chore: Typo fixed in multiple files (#3045)
Co-authored-by: Tony Brix Unordered (bulleted) lists use asterisks, pluses, and hyphens (Lists
*
,
+
, and -
) as list markers. These three markers are
-interchangable; this:
* Candy.
* Gum.
@@ -275,7 +275,7 @@ Code
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `—`
-instead of decimal-encoded entites like `—`.
+instead of decimal-encoded entities like `—`.
Output:
@@ -285,7 +285,7 @@ Code
<p>I wish SmartyPants used named entities like
<code>&mdash;</code> instead of decimal-encoded
-entites like <code>&#8212;</code>.</p>
+entities like <code>&#8212;</code>.</p>
To specify an entire block of pre-formatted code, indent every line of diff --git a/test/specs/original/markdown_documentation_basics.md b/test/specs/original/markdown_documentation_basics.md index ecc7e62780..bac6950280 100644 --- a/test/specs/original/markdown_documentation_basics.md +++ b/test/specs/original/markdown_documentation_basics.md @@ -127,7 +127,7 @@ Output: Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`, `+`, and `-`) as list markers. These three markers are -interchangable; this: +interchangeable; this: * Candy. * Gum. @@ -274,7 +274,7 @@ it easy to use Markdown to write about HTML example code: I strongly recommend against using any `
To specify an entire block of pre-formatted code, indent every line of diff --git a/test/specs/original/markdown_documentation_syntax.html b/test/specs/original/markdown_documentation_syntax.html index 5c01306cce..bd5b105e5b 100644 --- a/test/specs/original/markdown_documentation_syntax.html +++ b/test/specs/original/markdown_documentation_syntax.html @@ -298,7 +298,7 @@Markdown supports ordered (numbered) and unordered (bulleted) lists.
-Unordered lists use asterisks, pluses, and hyphens -- interchangably +
Unordered lists use asterisks, pluses, and hyphens -- interchangeably -- as list markers:
* Red
diff --git a/test/specs/original/markdown_documentation_syntax.md b/test/specs/original/markdown_documentation_syntax.md
index c659b3f7b0..b777294114 100644
--- a/test/specs/original/markdown_documentation_syntax.md
+++ b/test/specs/original/markdown_documentation_syntax.md
@@ -302,7 +302,7 @@ Quote Level from the Text menu.
Markdown supports ordered (numbered) and unordered (bulleted) lists.
-Unordered lists use asterisks, pluses, and hyphens -- interchangably
+Unordered lists use asterisks, pluses, and hyphens -- interchangeably
-- as list markers:
* Red
diff --git a/test/unit/marked-spec.js b/test/unit/marked-spec.js
index 5be1b2b857..f6fe3686d9 100644
--- a/test/unit/marked-spec.js
+++ b/test/unit/marked-spec.js
@@ -912,7 +912,7 @@ br
]);
});
- it('should asign marked to `this`', () => {
+ it('should assign marked to `this`', () => {
marked.use({
walkTokens(token) {
if (token.type === 'em') {