Skip to content

Commit 39660c5

Browse files
docs(publish): fix typos in PUBLISH.md
- Fix capitalization: 'Uses' -> 'uses' - Remove extra space in file path
1 parent ff17a50 commit 39660c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PUBLISH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hippy version management follows principle that all modules use same version.
44

55
## 1. Update Version Number
66

7-
The front-end Uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG generation, but cannot use its publishing functionality because it needs to update the terminal package.
7+
The front-end uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG generation, but cannot use its publishing functionality because it needs to update the terminal package.
88

99
Update version and CHANGELOG usage:
1010

@@ -155,7 +155,7 @@ git push origin tag # 提交 tag
155155
```bash
156156
// annotation local reference in `setting.gradle`
157157
// include 'android-sdk'
158-
// project(':android-sdk').projectDir = new File('../../ android/sdk')
158+
// project(':android-sdk').projectDir = new File('../../android/sdk')
159159
160160
--------------
161161

0 commit comments

Comments
 (0)