diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 1bec3c1e7c..f2074a833c 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -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 diff --git a/docs/contributing/releases.md b/docs/contributing/releases.md index e2e1b1e3b1..f0c3480e63 100644 --- a/docs/contributing/releases.md +++ b/docs/contributing/releases.md @@ -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"