Explorar el Código

Correct minor spelling mistake (#3556)

`relase` ->` release`
JonnyTizz hace 6 años
padre
commit
248fe5efc0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/docs/Installing.md

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

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