Skip to content

Commit efe2dda

Browse files
committed
style: correct typo in comment
- Change 'Do nto' to 'Do not' in a comment within the SearchableSelectionBloc class
1 parent aae7dc1 commit efe2dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared/widgets/selection_page/bloc/searchable_selection_bloc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class SearchableSelectionBloc
101101
sort: _arguments.sortOptions,
102102
pagination: const PaginationOptions(
103103
limit: 20,
104-
), // Do nto lower it below 20 for the initial fetch, if the list items did not reach the bottom of the screen, the infinity scrolling will not function.
104+
), // Do not lower it below 20 for the initial fetch, if the list items did not reach the bottom of the screen, the infinity scrolling will not function.
105105
);
106106

107107
fetchedItems = response.items;

0 commit comments

Comments
 (0)