Commit b6d7723a by Y.D.X Committed by GitHub

docs: fix a typo (#7425)

parent 012fcb99
...@@ -106,7 +106,7 @@ repos: ...@@ -106,7 +106,7 @@ repos:
`pre-commit autoupdate` updates the `rev` for each repository defined in your `.pre-commit-config.yaml` `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. 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. 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 `pre-commit` does not support such a branching strategy and has decided to not implement
......
...@@ -208,7 +208,7 @@ packages = [ ...@@ -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`: it by using `format`:
```toml ```toml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment