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 = {
|
export type Props = {
|
||||||
text: string;
|
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;
|
renderNonLink?: RenderTextCallbackType;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue