Skip to content

Commit

Permalink
docs: fix typo (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi2no committed Mar 23, 2024
1 parent b7c11c1 commit be74312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ flowchart LR
- `code` - Called for each `<code>` tag, wraps all the lines.
- `pre` - Called for each `<pre>` tag, wraps the `<code>` tag.
- `root` - The root of HAST tree. Usually with only one child `<pre>` tag.
- `postprocess` - Called after the HTML is generated, get a chance to modify the final output. Will not been called in `codeToHast`.
- `postprocess` - Called after the HTML is generated, get a chance to modify the final output. Will not be called in `codeToHast`.

## Meta

Expand Down

0 comments on commit be74312

Please sign in to comment.