Explorar el Código

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

Jean Augusto de Caastro Costa hace 4 años
padre
commit
c1b3696e01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md Ver fichero

@@ -346,7 +346,7 @@ _Under the hood_
346 346
 
347 347
 #### The `window.ReactNativeWebView.postMessage` method and `onMessage` prop
348 348
 
349
-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.
349
+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.
350 350
 
351 351
 You _must_ set `onMessage` or the `window.ReactNativeWebView.postMessage` method will not be injected into the web page.
352 352