Skip to content

Commit b6d7723

Browse files
docs: fix a typo (#7425)
1 parent 012fcb9 commit b6d7723

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pre-commit-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ repos:
106106
`pre-commit autoupdate` updates the `rev` for each repository defined in your `.pre-commit-config.yaml`
107107
to the latest available tag in the default branch.
108108

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

112112
`pre-commit` does not support such a branching strategy and has decided to not implement

docs/pyproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ packages = [
208208
]
209209
```
210210

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

214214
```toml

0 commit comments

Comments
 (0)