Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Sep 14, 2024
1 parent 11b5905 commit e4c519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/home/stream_list/streams_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class _StreamsListState extends State<StreamsList>
_listStore.pinnedStreams.isNotEmpty) ...[
const SliverToBoxAdapter(
child: SectionHeader(
'Pinnned',
'Pinned',
isFirst: true,
padding: EdgeInsets.fromLTRB(
16,
Expand Down

0 comments on commit e4c519a

Please sign in to comment.