Quellcode durchsuchen

✏️ Fixing typo (#5985)

Julius Wilson Lundang vor 4 Jahren
Ursprung
Commit
b4e4eff6fd
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Datei anzeigen

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