Преглед изворни кода

Correct minor spelling mistake (#3556)

`relase` ->` release`
JonnyTizz пре 6 година
родитељ
комит
248fe5efc0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Прегледај датотеку

@@ -138,7 +138,7 @@ zipStorePath=wrapper/dists
138 138
 ### 5. Update `gradle.properties` and disable incremental resource processing
139 139
 
140 140
 ```diff
141
-+# Disable incremental resource processing as it broke relase build
141
++# Disable incremental resource processing as it broke release build
142 142
 +android.enableAapt2=false
143 143
 ```
144 144