Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Aug 30, 2021
1 parent e9bed6a commit 07fa899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -96,7 +96,7 @@ Pre version checks are run _once_ for all packages, and are defined in the root
The following commands will let you try a version without publishing or creating git commits:

```console
// This command bumps versions, runs checks, builds libs. No git commits will be made, and nothing will be published. `package.json` files in all packages will be altered, so be careful to clean up afterwards. This commant will only run if there are committed changes to packages, so creating a test commit before running this test will be necessary
// This command bumps versions, runs checks, builds libs. No git commits will be made, and nothing will be published. `package.json` files in all packages will be altered, so be careful to clean up afterwards. This command will only run all pre-version scripts if there are committed changes to packages, so creating a test commit before running this command will typically be necessary.
$ nps lerna-dry-run
```

Expand Down

0 comments on commit 07fa899

Please sign in to comment.