Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 9, 2023
1 parent 6d7683d commit b4ec6fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Back label to use when linking back from definitions to their reference

### `Handler`

Handle a node (TypeScript).
Handle a node (TypeScript type).

###### Parameters

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

### `Handlers`

Handle nodes (TypeScript).
Handle nodes (TypeScript type).

###### Type

Expand All @@ -342,7 +342,7 @@ type Handlers = Partial<Record<Nodes['type'], Handler>>
### `Options`
Configuration (TypeScript).
Configuration (TypeScript type).
###### Fields
Expand Down Expand Up @@ -380,7 +380,7 @@ Configuration (TypeScript).
### `Raw`
Raw string of HTML embedded into HTML AST (TypeScript).
Raw string of HTML embedded into HTML AST (TypeScript type).
###### Type
Expand Down

0 comments on commit b4ec6fa

Please sign in to comment.