Skip to content

Commit

Permalink
docs: typo in MDXEditor documentation (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiFu authored Feb 11, 2025
1 parent 4dfb655 commit e9cc2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MDXEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export interface MDXEditorProps {
*/
contentEditableClassName?: string
/**
* Controls the spellCheck value for the content editable element of the eitor.
* Controls the spellCheck value for the content editable element of the editor.
* Defaults to true, use false to disable spell checking.
*/
spellCheck?: boolean
Expand Down Expand Up @@ -288,7 +288,7 @@ export interface MDXEditorProps {
*/
iconComponentFor?: (name: IconKey) => JSX.Element
/**
* Set to false if you want to suppress the processing of HTML tags.
* Set to true if you want to suppress the processing of HTML tags.
*/
suppressHtmlProcessing?: boolean
/**
Expand Down

0 comments on commit e9cc2f6

Please sign in to comment.