From 116f8af18e2198bb8f9c46a2eda71abaece787e2 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Fri, 8 Oct 2021 01:53:02 +0100 Subject: [PATCH] fix: typo spelling grammar (#89344) --- dev/tools/gen_keycodes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/gen_keycodes/README.md b/dev/tools/gen_keycodes/README.md index b04075b0a0..59e88afe02 100644 --- a/dev/tools/gen_keycodes/README.md +++ b/dev/tools/gen_keycodes/README.md @@ -124,7 +124,7 @@ The planes are planned as follows: breaking change. Therefore, when handling an unrecognized key on a platform managed by Flutter, it is recommended to file a new issue to add this value to `keyboard_key.dart` instead of using the platform-plane value. However, - for a custom platform (see below), since the platfrom author has full control + for a custom platform (see below), since the platform author has full control over key mapping, such change will not cause breakage and it is recommended to use the platform-plane value to avoid adding platform-exclusive values to the framework.