From 0df089b00350e13f999b2b831087e8482a40675c Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:55:16 +0100 Subject: [PATCH] Update src/components/views/dialogs/ShareDialog.tsx Co-authored-by: David Baker --- src/components/views/dialogs/ShareDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/ShareDialog.tsx b/src/components/views/dialogs/ShareDialog.tsx index c296c8d2c39..9e6ee7fc8aa 100644 --- a/src/components/views/dialogs/ShareDialog.tsx +++ b/src/components/views/dialogs/ShareDialog.tsx @@ -81,7 +81,7 @@ interface Props extends BaseProps { /** * The target to link to. * This can be a Room, User, RoomMember, or MatrixEvent or an already computed URL. - * A matrix.to link will be generated out of it if its no already a computed url. + * A matrix.to link will be generated out of it if it's not already a url. */ target: Room | User | RoomMember | URL; permalinkCreator?: RoomPermalinkCreator;