mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fixed a comment typo in Linkify.tsx (#4825)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user