Browse Source

✏️ Fixing typo (#5985)

Julius Wilson Lundang 4 years ago
parent
commit
b4e4eff6fd
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md View File

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