浏览代码

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