Skip to content

Commit

Permalink
Fix typo in readme of rehype-katex
Browse files Browse the repository at this point in the history
Closes GH-76.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
xiaoliu-heng authored Jul 27, 2022
1 parent 00f8531 commit ee0970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rehype-katex/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ schema, and run `rehype-katex` afterwards.
Like so:

```js
import rehypeSanitize, {defaultSchema} from 'rehype-stringify'
import rehypeSanitize, {defaultSchema} from 'rehype-sanitize'

const mathSanitizeSchema = {
...defaultSchema,
Expand Down

0 comments on commit ee0970f

Please sign in to comment.