Skip to content

Commit b4ec6fa

Browse files
committed
Fix typos
1 parent 6d7683d commit b4ec6fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Back label to use when linking back from definitions to their reference
315315

316316
### `Handler`
317317

318-
Handle a node (TypeScript).
318+
Handle a node (TypeScript type).
319319

320320
###### Parameters
321321

@@ -332,7 +332,7 @@ Result ([`Array<HastNode> | HastNode | undefined`][hast-node]).
332332

333333
### `Handlers`
334334

335-
Handle nodes (TypeScript).
335+
Handle nodes (TypeScript type).
336336

337337
###### Type
338338

@@ -342,7 +342,7 @@ type Handlers = Partial<Record<Nodes['type'], Handler>>
342342
343343
### `Options`
344344
345-
Configuration (TypeScript).
345+
Configuration (TypeScript type).
346346
347347
###### Fields
348348
@@ -380,7 +380,7 @@ Configuration (TypeScript).
380380
381381
### `Raw`
382382
383-
Raw string of HTML embedded into HTML AST (TypeScript).
383+
Raw string of HTML embedded into HTML AST (TypeScript type).
384384
385385
###### Type
386386

0 commit comments

Comments
 (0)