Skip to content

Commit 72449a7

Browse files
authored
Fix typos
1 parent c83bb86 commit 72449a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See [`handlers/`][handlers] for examples.
7676

7777
Whether the given [*tree*][tree] is a complete document.
7878
Applies if the given `tree` is a [`root`][hast-root].
79-
First its [*children*][child] are transformed to [**mast**][mdast].
79+
First its [*children*][child] are transformed to [**mdast**][mdast].
8080
By default, if one or more of the new mdast children are [*phrasing*][phrasing]
8181
nodes, and one or more are not, the phrasing nodes are wrapped in
8282
[*paragraphs*][mdast-paragraph].
@@ -100,17 +100,17 @@ A. van Kesteren; et al. WHATWG § 3.2.5.4 Paragraphs][spec]), such as:
100100

101101
```html
102102
<article>
103-
An implicit paragraphs.
104-
<h1>An explicit paragraphs.</h1>
103+
An implicit paragraph.
104+
<h1>An explicit paragraph.</h1>
105105
</article>
106106
```
107107

108108
Yields:
109109

110110
```markdown
111-
An implicit paragraphs.
111+
An implicit paragraph.
112112

113-
# An explicit paragraphs.
113+
# An explicit paragraph.
114114
```
115115

116116
###### Ignoring nodes

0 commit comments

Comments
 (0)