diff --git a/ts/components/conversation/Linkify.tsx b/ts/components/conversation/Linkify.tsx index c5f4f55855..78b4063acf 100644 --- a/ts/components/conversation/Linkify.tsx +++ b/ts/components/conversation/Linkify.tsx @@ -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 . */ + /** Allows you to customize how non-links are rendered. Simplest is just a . */ renderNonLink?: RenderTextCallbackType; };