Skip to content

Commit af086dc

Browse files
committed
Fix sentence stops
1 parent cf39c9e commit af086dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The reason for introducing a new “virtual” DOM is primarily:
2424

2525
**HAST** is a subset of [Unist][], and implemented by [rehype][].
2626

27-
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
27+
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
2828

2929
## Table of Contents
3030

@@ -185,8 +185,8 @@ be reflected as `'no'` and `'yes'`, respectively, in HAST.
185185
> these values.
186186
187187
The DOM also specifies comma- and space-separated lists attribute
188-
values. In HAST, these should be treated as ordered lists. For example,
189-
`<div class="alpha bravo"></div>` is represented as
188+
values. In HAST, these should be treated as ordered lists.
189+
For example, `<div class="alpha bravo"></div>` is represented as
190190
`['alpha', 'bravo']`.
191191

192192
> There’s no special format for `style`.

0 commit comments

Comments
 (0)