docs: fix typo (#3618)

This commit is contained in:
LIUCHAO 2023-08-08 15:25:56 +08:00 committed by GitHub
parent 3009d729fa
commit 4d1692db7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ yarn install
Run the following script. It will build the native module at [`/packages/native`](/packages/native) and build Node.js binding using [NAPI.rs](https://napi.rs/).
This could take a while if you build it for the first time.
Note: use `strip` from system instead of `binutils` if you are runinng MacOS. [see problem here](https://github.com/toeverything/AFFiNE/discussions/2840)
Note: use `strip` from system instead of `binutils` if you are running MacOS. [see problem here](https://github.com/toeverything/AFFiNE/discussions/2840)
```
yarn workspace @affine/native build

View File

@ -23,7 +23,7 @@ And Read the semver specification to understand how to version your release. htt
### 2. Commit changes and push to `master`
```shel
```shell
git add .
# vx.y.z-canary.n
git commit -m "v0.5.4-canary.5"