fix: typo spelling grammar (#89344)

This commit is contained in:
SaintMalik 2021-10-08 01:53:02 +01:00 committed by GitHub
parent 9870880d7d
commit 116f8af18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ The planes are planned as follows:
breaking change. Therefore, when handling an unrecognized key on a platform 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 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, 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 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 use the platform-plane value to avoid adding platform-exclusive values
to the framework. to the framework.