From 577fd0cbb930c055d27e24555160143c321ec6dc Mon Sep 17 00:00:00 2001 From: Luke Miles Date: Fri, 20 Jan 2017 13:44:22 -0800 Subject: [PATCH] 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 --- Examples/UIExplorer/js/WebViewExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/js/WebViewExample.js b/Examples/UIExplorer/js/WebViewExample.js index a0f3c6357..edb77ac27 100644 --- a/Examples/UIExplorer/js/WebViewExample.js +++ b/Examples/UIExplorer/js/WebViewExample.js @@ -469,7 +469,7 @@ exports.examples = [ } }, { - title: 'Mesaging Test', + title: 'Messaging Test', render(): ReactElement { return ; } }, {