Skip to content

Commit b0ea615

Browse files
committed
typo
1 parent bd62211 commit b0ea615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/frontend/templates/_consts.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ List<SortDict> getSortDicts(bool isSearch) {
128128
if (requestContext.experimentalFlags.showTrending)
129129
SortDict(
130130
id: 'trending',
131-
label: 'trendin',
131+
label: 'trending',
132132
tooltip: 'Packages are sorted by trending.'),
133133
];
134134
}

0 commit comments

Comments
 (0)