瀏覽代碼

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

Jean Augusto de Caastro Costa 4 年之前
父節點
當前提交
c1b3696e01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md 查看文件

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