From bdcc0f38a1af705ff8e2f8acbf8f203f5e83e0fb Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:08:31 +0530 Subject: [PATCH] Fixed typo --- lib/ui/viewer/actions/file_selection_actions_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/viewer/actions/file_selection_actions_widget.dart b/lib/ui/viewer/actions/file_selection_actions_widget.dart index ef5a69451..a9a2df79e 100644 --- a/lib/ui/viewer/actions/file_selection_actions_widget.dart +++ b/lib/ui/viewer/actions/file_selection_actions_widget.dart @@ -51,7 +51,7 @@ class _FileSelectionActionWidgetState extends State { late CollectionActions collectionActions; late bool isCollectionOwner; - // _cachedCollectionForSharedLink is primarly used to avoid creating duplicate + // _cachedCollectionForSharedLink is primarily used to avoid creating duplicate // links if user keeps on creating Create link button after selecting // few files. This link is reset on any selection changed; Collection? _cachedCollectionForSharedLink;