Skip to content

Commit

Permalink
typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Jul 8, 2024
1 parent 94461e7 commit bd21c35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/elixir-cloud-aai/cookiecutter-python",
"commit": "0df5d9e910f48d3ab16c22be309c27157d65abf5",
"commit": "dc0f027857b60851e3cb40663f662add4343ef5a",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ your PR is ready to be merged even though not all boxes were ticked off). -->
or updated existing ones (only for Python, TypeScript, etc.)
- \[ \] I have provided appropriate documentation
([Google-style Python docstrings][py-doc-google]) for all
packages/modules/functions/classes/ methods or updated existing ones
packages/modules/functions/classes/methods or updated existing ones
- \[ \] My changes generate no new warnings
- \[ \] I have added tests that prove my fix is effective or that my feature
works
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ have installed the dependencies before running the commands.

> **Note**: `make` commands are only available for Unix-based systems.
To view the commdands available, run:
To view the commands available, run:

```sh
make
Expand Down Expand Up @@ -83,7 +83,7 @@ make tc
make pc
```

> **Note**: This is not the complete list of commands, run `make` to find if
> **Note**: This is not the complete list of commands, run `make` to find out if
> more have been added.
## Contributing
Expand Down

0 comments on commit bd21c35

Please sign in to comment.