From 87f77ab1785a88a560db6e316c23a4a8a4afbb79 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Thu, 2 Jul 2026 13:43:09 -0500 Subject: [PATCH] docs: fix Code Push casing and Fluter typo in FAQ PR #581 (a typo fix based on pre-#579 content) and PR #579 (proper noun capitalization) both touched this same line. Merge ordering left the line with the pre-#579 casing and the pre-#581 typo, an invisible regression since it wasn't part of either PR's diff by the time both were merged. Restores both fixes. --- src/content/docs/code-push/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/code-push/faq.mdx b/src/content/docs/code-push/faq.mdx index 4864cdf5..cd222124 100644 --- a/src/content/docs/code-push/faq.mdx +++ b/src/content/docs/code-push/faq.mdx @@ -396,7 +396,7 @@ code and do not require a JIT Dart compiler. Code Push isn't needed for Flutter web. When a user opens a web app it downloads the latest version from the server if needed. -If you have a use case for code push with Fluter web, we'd +If you have a use case for Code Push with Flutter web, we'd [love to know](mailto:contact@shorebird.dev). ## Technical Details