From ce32282c0c6ecbe163c668a8d6489d2605077bc2 Mon Sep 17 00:00:00 2001 From: Yu <50433979+negotoyolo@users.noreply.github.com> Date: Thu, 4 May 2023 21:58:17 +0900 Subject: [PATCH] Fix typo in README.md (#126053) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 0200f494f2..5620ebff90 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,7 +11,7 @@ For additional samples, see the Available examples include: - **Hello, world** The [hello world app](hello_world) is a minimal Flutter app - that shows the text "hello, world." + that shows the text "Hello, world!" - **Flutter gallery** The flutter gallery app no longer lives in this repo. Please see the [gallery repo](https://github.com/flutter/gallery).