From 6ba3dd0041e034f2c31917b012ab9bf0b7d5d4d5 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Thu, 2 Jul 2026 11:40:57 -0500 Subject: [PATCH] docs: use sentence case for tab panel headers Per the marketing content guidelines, headers (including tab panel headers) should use sentence case. Fixes the four TabItem labels on the getting-started page: "Install Script", "Manual Install", "New App", and "Existing App". --- src/content/docs/getting-started/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/getting-started/index.mdx b/src/content/docs/getting-started/index.mdx index 17c853b3..05ad5c70 100644 --- a/src/content/docs/getting-started/index.mdx +++ b/src/content/docs/getting-started/index.mdx @@ -57,7 +57,7 @@ Flutter app. - + Run the install script for your platform: @@ -79,7 +79,7 @@ Flutter app. - + Clone the repository into the directory where you want Shorebird installed: @@ -150,7 +150,7 @@ Flutter app. - + Create a new Flutter app with Shorebird: @@ -161,7 +161,7 @@ Flutter app. - + In your Flutter app's root directory, run: