Pārlūkot izejas kodu

Correct minor spelling mistake (#3556)

`relase` ->` release`
JonnyTizz 7 gadus atpakaļ
vecāks
revīzija
248fe5efc0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Parādīt failu

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