Fixed a comment typo in Linkify.tsx (#4825)
This commit is contained in:
parent
f811f5ab60
commit
cd2c6351fc
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const linkify = LinkifyIt()
|
|||
|
||||
export type Props = {
|
||||
text: string;
|
||||
/** Allows you to customize now non-links are rendered. Simplest is just a <span>. */
|
||||
/** Allows you to customize how non-links are rendered. Simplest is just a <span>. */
|
||||
renderNonLink?: RenderTextCallbackType;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue