Skip to content

Commit 237aabf

Browse files
authored
[platform_design] Fix comment typo. (flutter#1421)
1 parent 70a3029 commit 237aabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform_design/lib/songs_tab.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class _SongsTabState extends State<SongsTab> {
9999
// ===========================================================================
100100
// Non-shared code below because:
101101
// - Android and iOS have different scaffolds
102-
// - There are differenc items in the app bar / nav bar
102+
// - There are different items in the app bar / nav bar
103103
// - Android has a hamburger drawer, iOS has bottom tabs
104104
// - The iOS nav bar is scrollable, Android is not
105105
// - Pull-to-refresh works differently, and Android has a button to trigger it too

0 commit comments

Comments
 (0)