Skip to content

Commit

Permalink
chore: fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Dec 13, 2023
1 parent 87a937f commit e4f15d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
See [Changesets Docs](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)) for more info on how to use changesets.

0 comments on commit e4f15d8

Please sign in to comment.