Skip to content

Commit

Permalink
docs(contributing): fix typo in changeset commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelpidio committed Oct 3, 2022
1 parent 3c0b670 commit f4f7e30
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 @@ -82,7 +82,7 @@ pnpm changeset
and filling out the form with the appropriate information. Then, add the generated changeset to git:

```bash
git add ./changeset/*.md && git commit -m "chore: add changeset"
git add .changeset/*.md && git commit -m "chore: add changeset"
```

When all that's done, it's time to file a pull request to upstream:
Expand Down

0 comments on commit f4f7e30

Please sign in to comment.