Skip to content

Commit

Permalink
docs: fix a typo (#7425)
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored Feb 15, 2023
1 parent 012fcb9 commit b6d7723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pre-commit-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ repos:
`pre-commit autoupdate` updates the `rev` for each repository defined in your `.pre-commit-config.yaml`
to the latest available tag in the default branch.

Poetry follows a branching strategy, where the default branch is the active developement branch
Poetry follows a branching strategy, where the default branch is the active development branch
and fixes gets back ported to stable branches. New tags are assigned in these stable branches.

`pre-commit` does not support such a branching strategy and has decided to not implement
Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ packages = [
]
```

If you want to restrict a package to a specific [build](#build) format you can specify
If you want to restrict a package to a specific build format you can specify
it by using `format`:

```toml
Expand Down

0 comments on commit b6d7723

Please sign in to comment.