Skip to content

Commit

Permalink
docs(www): fix typo (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Aug 17, 2023
1 parent 33b77e2 commit 33a5fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 33a5fc7

Please sign in to comment.