Skip to content

Commit d070c27

Browse files
committed
typos
1 parent 81de8a7 commit d070c27

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ An [ATX header](#atx-header) <a id="atx-header"></a>
473473
consists of a string of characters, parsed as inline content, between an
474474
opening sequence of 1--6 unescaped `#` characters and an optional
475475
closing sequence of any number of `#` characters. The opening sequence
476-
of `#` characters cannot be followed directly by a nonspace character.
476+
of `#` characters cannot be followed directly by a non-space character.
477477
The closing `#` characters may be followed by spaces only. The opening
478478
`#` character may be indented 0-3 spaces. The raw contents of the
479479
header are stripped of leading and trailing spaces before being parsed
@@ -599,7 +599,7 @@ Spaces are allowed after the closing sequence:
599599
<h3>foo</h3>
600600
.
601601

602-
A sequence of `#` characters with a nonspace character following it
602+
A sequence of `#` characters with a non-space character following it
603603
is not a closing sequence, but counts as part of the contents of the
604604
header:
605605

@@ -660,7 +660,7 @@ ATX headers can be empty:
660660
## Setext headers
661661

662662
A [setext header](#setext-header) <a id="setext-header"></a>
663-
consists of a line of text, containing at least one nonspace character,
663+
consists of a line of text, containing at least one non-space character,
664664
with no more than 3 spaces indentation, followed by a [setext header
665665
underline](#setext-header-underline). A [setext header
666666
underline](#setext-header-underline) <a id="setext-header-underline"></a>
@@ -2434,7 +2434,7 @@ The most important thing to notice is that the position of
24342434
the text after the list marker determines how much indentation
24352435
is needed in subsequent blocks in the list item. If the list
24362436
marker takes up two spaces, and there are three spaces between
2437-
the list marker and the next nonspace character, then blocks
2437+
the list marker and the next non-space character, then blocks
24382438
must be indented five spaces in order to fall under the list
24392439
item.
24402440

@@ -2487,7 +2487,7 @@ put under the list item:
24872487
.
24882488

24892489
It is tempting to think of this in terms of columns: the continuation
2490-
blocks must be indented at least to the column of the first nonspace
2490+
blocks must be indented at least to the column of the first non-space
24912491
character after the list marker. However, that is not quite right.
24922492
The spaces after the list marker determine how much relative indentation
24932493
is needed. Which column this indentation reaches will depend on
@@ -2511,7 +2511,7 @@ this example:
25112511

25122512
Here `two` occurs in the same column as the list marker `1.`,
25132513
but is actually contained in the list item, because there is
2514-
sufficent indentation after the last containing blockquote marker.
2514+
sufficient indentation after the last containing blockquote marker.
25152515

25162516
The converse is also possible. In the following example, the word `two`
25172517
occurs far to the right of the initial text of the list item, `one`, but
@@ -2689,7 +2689,7 @@ inside the code block:
26892689
.
26902690

26912691
Note that rules #1 and #2 only apply to two cases: (a) cases
2692-
in which the lines to be included in a list item begin with a nonspace
2692+
in which the lines to be included in a list item begin with a non-space
26932693
character, and (b) cases in which they begin with an indented code
26942694
block. In a case like the following, where the first block begins with
26952695
a three-space indent, the rules do not allow us to form a list item by
@@ -4510,7 +4510,7 @@ __foo _bar_ baz__
45104510
.
45114511

45124512
Note that you cannot nest emphasis directly inside emphasis
4513-
using the same delimeter, or strong emphasis directly inside
4513+
using the same delimiter, or strong emphasis directly inside
45144514
strong emphasis:
45154515

45164516
.
@@ -4684,7 +4684,7 @@ consists of either
46844684
ASCII space or control characters, and includes parentheses
46854685
only if (a) they are backslash-escaped or (b) they are part of
46864686
a balanced pair of unescaped parentheses that is not itself
4687-
inside a balanced pair of unescaped paretheses.
4687+
inside a balanced pair of unescaped parentheses.
46884688

46894689
A [link title](#link-title) <a id="link-title"></a> consists of either
46904690

0 commit comments

Comments
 (0)