Skip to content

Commit

Permalink
docs: Minor updates to poetry usage details & contributing.md (#407)
Browse files Browse the repository at this point in the history
* docs: fix minor typo in poetry usage docs
* docs: update commit flag in contribution guidelines

Signed-off-by: Emily Schultz <emilyschultz16@gmail.com>
  • Loading branch information
emilyschultz authored Aug 26, 2022
1 parent 37f18f8 commit 0abe230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Please sign your commits,
to show that you agree to publish your changes under the current terms and licenses of the project.

```shell
git commit --signed-off ...
git commit --signoff ...
```

[poetry]: https://python-poetry.org
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ As example:
**Poetry**
We support parsing your ``poetry.lock`` file which should be committed along with your ``pyrpoject.toml`` and details
We support parsing your ``poetry.lock`` file which should be committed along with your ``pyproject.toml`` and details
exact pinned versions.
You can then run ``cyclonedx-bom`` as follows:
Expand Down

0 comments on commit 0abe230

Please sign in to comment.