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:
parent
2ade5f3781
commit
577fd0cbb9
|
@ -469,7 +469,7 @@ exports.examples = [
|
|||
}
|
||||
},
|
||||
{
|
||||
title: 'Mesaging Test',
|
||||
title: 'Messaging Test',
|
||||
render(): ReactElement<any> { return <MessagingTest />; }
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue