From b538327c51c13862bafdf4a239512def0f6bc9c9 Mon Sep 17 00:00:00 2001 From: Abhishek Doshi Date: Fri, 18 Sep 2026 14:04:24 +0530 Subject: [PATCH] fix: capitalize Code Push in how-to-install-flutter Vale's Terms rule requires "Code Push". The occurrence spans a line break, which older Vale releases did not join, so it only started failing when the vale-action picked up a newer Vale: the same main commit (9796712) passed style-check on 2026-09-17 and failed on 2026-09-18. This is a main-branch failure inherited by this branch when main was merged in, not something this PR introduced. --- src/content/docs/flutter-concepts/how-to-install-flutter.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx index d0ea7d5b..61fe2446 100644 --- a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx +++ b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx @@ -339,8 +339,8 @@ iwr -UseBasicParsing 'https://raw.githubusercontent.com/shorebirdtech/install/ma Shorebird installs to `~/.shorebird/bin` and automatically adds itself to PATH. It also installs a private copy of Flutter inside -`~/.shorebird/bin/cache/flutter`, this is Shorebird's modified Flutter for code -push and should **not** be added to your PATH. The total installation size is +`~/.shorebird/bin/cache/flutter`, this is Shorebird's modified Flutter for Code +Push and should **not** be added to your PATH. The total installation size is approximately **300 MB**. You can verify the installation by running this: