From 237aabfbee839d9629534511e37a4695042280d2 Mon Sep 17 00:00:00 2001 From: Benjamin Barnard <44757473+barnard-b@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:18:32 -0400 Subject: [PATCH] [platform_design] Fix comment typo. (#1421) --- platform_design/lib/songs_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_design/lib/songs_tab.dart b/platform_design/lib/songs_tab.dart index fd6782c84..e709ae56b 100644 --- a/platform_design/lib/songs_tab.dart +++ b/platform_design/lib/songs_tab.dart @@ -99,7 +99,7 @@ class _SongsTabState extends State { // =========================================================================== // Non-shared code below because: // - Android and iOS have different scaffolds - // - There are differenc items in the app bar / nav bar + // - There are different items in the app bar / nav bar // - Android has a hamburger drawer, iOS has bottom tabs // - The iOS nav bar is scrollable, Android is not // - Pull-to-refresh works differently, and Android has a button to trigger it too