mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix: typo spelling grammar (#89344)
This commit is contained in:
parent
9870880d7d
commit
116f8af18e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user