소스 검색

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