浏览代码

Fixed typo

Neeraj Gupta 2 年之前
父节点
当前提交
bdcc0f38a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/viewer/actions/file_selection_actions_widget.dart

+ 1 - 1
lib/ui/viewer/actions/file_selection_actions_widget.dart

@@ -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;