Browse Source

'fix:docsite-spelling' (#150)

Co-authored-by: chenqiulong <[email protected]>
乘风 4 years ago
parent
commit
177842646b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING-en-US.md

+ 1 - 1
CONTRIBUTING-en-US.md

@@ -30,7 +30,7 @@ npm install --global lerna yarn
 npm run bootstrap
 npm run bootstrap
 ```
 ```
  - Next, make the modifications you want to make, which can be bug fixes or development of new features
  - Next, make the modifications you want to make, which can be bug fixes or development of new features
- - You can verify your change by running storybook (`npm start`) and official website (`npm run docstie`) locally
+ - You can verify your change by running storybook (`npm start`) and official website (`npm run docsite`) locally
  - Add accompanying tests for your change, ensure all tests pass
  - Add accompanying tests for your change, ensure all tests pass
 ```bash
 ```bash
 npm run test:unit
 npm run test:unit