chore(docs): Added missing word (#948)

This commit is contained in:
Jean Augusto de Caastro Costa
2019-10-22 09:59:36 +02:00
committed by Thibault Malbranche
parent 75ee940e89
commit c1b3696e01
+1 -1
View File
@@ -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.