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:
Luke Miles 2017-01-20 13:44:22 -08:00 committed by Facebook Github Bot
parent 2ade5f3781
commit 577fd0cbb9
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ exports.examples = [
}
},
{
title: 'Mesaging Test',
title: 'Messaging Test',
render(): ReactElement<any> { return <MessagingTest />; }
},
{