mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
Fix typo for messaging test in webview example
Summary: Simple fix for a typo in the webview examples. Closes https://github.com/facebook/react-native/pull/11794 Differential Revision: D4393755 fbshipit-source-id: 43939c4f6eaede51a0e3948181eb58132ba84191
This commit is contained in:
committed by
Facebook Github Bot
parent
2ade5f3781
commit
577fd0cbb9
@@ -469,7 +469,7 @@ exports.examples = [
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Mesaging Test',
|
||||
title: 'Messaging Test',
|
||||
render(): ReactElement<any> { return <MessagingTest />; }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user