Skip to content

Commit

Permalink
Fix @shikijs/transformers typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Dec 9, 2024
1 parent 662c54d commit ab822a1
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 @@ -28,7 +28,7 @@ const code = await codeToHtml('foo\bar', {
})
```

We also provide some common transformers for you to use, see [`@shikijs/transforms`](/packages/transformers) and [`@shikijs/colorized-brackets](/packages/colorized-brackets) for more details.
We also provide some common transformers for you to use, see [`@shikijs/transformers`](/packages/transformers) and [`@shikijs/colorized-brackets](/packages/colorized-brackets) for more details.

## Transformer Hooks

Expand Down

0 comments on commit ab822a1

Please sign in to comment.