Skip to content

Commit

Permalink
chore: documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeona committed May 2, 2019
1 parent ba5dddd commit 99e8f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion utils/collect-uncommitted/CHANGELOG.md
Expand Up @@ -7,4 +7,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

* Create `[@lerna](https://github.com/lerna)/collect-uncommitted-changes`
* Create `[@lerna](https://github.com/lerna)/collect-uncommitted`
1 change: 0 additions & 1 deletion utils/collect-uncommitted/README.md
Expand Up @@ -18,7 +18,6 @@ const options = {
console.log(`Uncommitted changes on CWD ${options.cwd}: ${results.join("\n")}`);
} catch (err) {
console.error(err.message);
// "Working tree has uncommitted changes, ..."
}
})();
```
Expand Down

0 comments on commit 99e8f8a

Please sign in to comment.