Fix typo
Summary: typo_gnome Reviewed By: jknoxville Differential Revision: D14224864 fbshipit-source-id: eab74df8fb7c48782a44b5284483ab67c205387e
This commit is contained in:
committed by
Facebook Github Bot
parent
f8bd473828
commit
dbb4fa1191
@@ -64,7 +64,7 @@ function actionHandler(action: string) {
|
|||||||
if (pluginActionHandler) {
|
if (pluginActionHandler) {
|
||||||
pluginActionHandler(action);
|
pluginActionHandler(action);
|
||||||
} else {
|
} else {
|
||||||
console.warn(`Unhandled keybaord action "${action}".`);
|
console.warn(`Unhandled keyboard action "${action}".`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user