Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 10, 2024
1 parent 9043aaa commit d44e80f
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 @@ -120,13 +120,13 @@ git checkout master
git pull

# Perform a dry-run and verify the output.
# If it looks good, release a new # version.
# If it looks good, release a new version.
npm run release:dry
npm run release

# Or release an alpha.
# Perform a dry-run and verify the output.
# If it looks good, release a new # alpha version.
# If it looks good, release a new alpha version.
npm run release:alpha:dry
npm run release:alpha
```
Expand Down

0 comments on commit d44e80f

Please sign in to comment.