Ver código fonte

✏️ Fixing typo (#5985)

Julius Wilson Lundang 4 anos atrás
pai
commit
b4e4eff6fd
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Ver arquivo

@@ -10,7 +10,7 @@
10 10
 ## Installing with react-native link
11 11
 If you're using RN 0.60 or higher, you can link RNN automatically with react-native link. Otherwise, follow the manual installation steps. Unlike most other libraries, react-native-navigation requires you to make a few changes to native files. To make all the necessary changes, run `react-native link react-native-navigation` in your project's root folder. Make sure to commit the changes introduced by the link script.
12 12
 
13
-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.
13
+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.
14 14
 
15 15
 ## Manual Installation
16 16
 If installation with react-native link did not work, follow the manual installation steps.