From 33a5fc7966cfe8887dac732f64582f40162869c6 Mon Sep 17 00:00:00 2001 From: jspark Date: Fri, 18 Aug 2023 02:39:49 +0900 Subject: [PATCH] docs(www): fix typo (#1270) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 306c5cf3d8..1bf1e22b68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.