Fixed typo

This commit is contained in:
Neeraj Gupta 2023-02-22 13:08:31 +05:30
parent 5997a31349
commit bdcc0f38a1
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -51,7 +51,7 @@ class _FileSelectionActionWidgetState extends State<FileSelectionActionWidget> {
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;