Skip to content

Commit 07b435d

Browse files
authored
Fix typo
Signed-off-by: Titus <tituswormer@gmail.com>
1 parent 1b9c9f9 commit 07b435d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ Callback called when a section is found (TypeScript type).
163163
* `info` ([`Info`][api-info])
164164
— extra info
165165

166+
###### Returns
167+
168+
Results (`Array<Node | null | undefined>`, optional).
169+
170+
If nothing is returned, nothing will be changed.
171+
If an array of nodes (can include `null` and `undefined`) is returned, the
172+
original section will be replaced by those nodes.
173+
166174
### `Info`
167175

168176
Extra info (TypeScript type).
@@ -176,14 +184,6 @@ Extra info (TypeScript type).
176184
* `end` (`number` or `null`)
177185
— index of `end` in `parent`
178186

179-
###### Returns
180-
181-
Results (`Array<Node | null | undefined>`, optional).
182-
183-
If nothing is returned, nothing will be changed.
184-
If an array of nodes (can include `null` and `undefined`) is returned, the
185-
original section will be replaced by those nodes.
186-
187187
### `Options`
188188

189189
Configuration (TypeScript type).

0 commit comments

Comments
 (0)