From c1b3696e015b5eb38ee65ea16aec5ea8f0243caa Mon Sep 17 00:00:00 2001 From: Jean Augusto de Caastro Costa Date: Tue, 22 Oct 2019 04:59:36 -0300 Subject: [PATCH] chore(docs): Added missing word (#948) --- docs/Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guide.md b/docs/Guide.md index 154758a..cacd303 100644 --- a/docs/Guide.md +++ b/docs/Guide.md @@ -346,7 +346,7 @@ _Under the hood_ #### The `window.ReactNativeWebView.postMessage` method and `onMessage` prop -Being able to send JavaScript to the web page is great, but what about when the web page wants to communicate back to your React Native code? This where `window.ReactNativeWebView.postMessage` and the `onMessage` prop come in. +Being able to send JavaScript to the web page is great, but what about when the web page wants to communicate back to your React Native code? This is where `window.ReactNativeWebView.postMessage` and the `onMessage` prop come in. You _must_ set `onMessage` or the `window.ReactNativeWebView.postMessage` method will not be injected into the web page.