Selaa lähdekoodia

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

Jean Augusto de Caastro Costa 4 vuotta sitten
vanhempi
commit
c1b3696e01
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md Näytä tiedosto

@@ -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