瀏覽代碼

Fix typos in docs (#6237)

Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
Eduardo Pelitti 5 年之前
父節點
當前提交
31f3283832
No account linked to committer's email address
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      website/docs/docs-Installing.mdx
  2. 1
    1
      website/docs/third-party-mobx.mdx

+ 1
- 1
website/docs/docs-Installing.mdx 查看文件

20
 
20
 
21
 in your project's root folder. Make sure to commit the changes introduced by the link script.
21
 in your project's root folder. Make sure to commit the changes introduced by the link script.
22
 
22
 
23
-If the link script completed successfully, you're good to go! If one of the steps failed, you'll need to complete the relevant step in the manual installation steps bellow.
23
+If the link script completed successfully, you're good to go! If one of the steps failed, you'll need to complete the relevant step in the manual installation steps below.
24
 
24
 
25
 ## Displaying the app root
25
 ## Displaying the app root
26
 
26
 

+ 1
- 1
website/docs/third-party-mobx.mdx 查看文件

18
 
18
 
19
 ## Sharing a store between multiple screens
19
 ## Sharing a store between multiple screens
20
 
20
 
21
-In the example bellow we will be creating a small Counter app. We will learn how to integrate Mobx with React-Native-Navigation and demonstrate how updating the store from one component, triggers renders in other components connected to the same store.
21
+In the example below we will be creating a small Counter app. We will learn how to integrate Mobx with React-Native-Navigation and demonstrate how updating the store from one component, triggers renders in other components connected to the same store.
22
 
22
 
23
 Once you finish implementing the example, your screen should look similar to this:
23
 Once you finish implementing the example, your screen should look similar to this:
24
 <img width="30%" src={useBaseUrl('/img/mobx_counter.png')} />
24
 <img width="30%" src={useBaseUrl('/img/mobx_counter.png')} />