docs(www): fix typo (#1270)

This commit is contained in:
jspark
2023-08-18 02:39:49 +09:00
committed by GitHub
parent 33b77e2f31
commit 33a5fc7966

View File

@@ -122,7 +122,7 @@ Any changes to the CLI should be made in the `packages/cli` directory. If you ca
Tests are written using [Vitest](https://vitest.dev). You can run all the tests from the root of the repository.
```bash
pnpn test
pnpm test
```
Please ensure that the tests are passing when submitting a pull request. If you're adding new features, please include tests.