Browse Source

Correct minor spelling mistake (#3556)

`relase` ->` release`
JonnyTizz 6 years ago
parent
commit
248fe5efc0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

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

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