From e8c04548432bfb34dc3ba266e593b4cfdca827d1 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 14 Dec 2023 18:58:29 +0100 Subject: [PATCH] chore: fix typo in CONTRIBUTING.md (#585) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e506501..bf5556f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ The source code is written in TypeScript. Spin up the compiler to watch for sour npm run watch ``` -Note remember to add a Changeset entry for your work before submitting a PR. (`npx changeset` thne follow the prompts.) +Note remember to add a Changeset entry for your work before submitting a PR. (`npx changeset` then follow the prompts.) ## Publishing @@ -23,4 +23,4 @@ Note remember to add a Changeset entry for your work before submitting a PR. (`n npx changeset publish ``` -See [Changesets Docs](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)) for more info on how to use changesets. \ No newline at end of file +See [Changesets Docs](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)) for more info on how to use changesets.