Skip to content

Commit

Permalink
doc: Correct typos ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Mar 30, 2024
1 parent cfa71c7 commit 5ded97f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1134,9 +1134,8 @@ tools used in shared hook repositories.

There are generally two scenarios how you would use Githooks in CI.:

1. Run functionality in hook repositories (local and shared repos): You want to
run containerized custom functionality. This can be done by using
`git hooks exec --containerized ...`. The following
1. Run functionality in hook repositories (local and shared repos): This can be
done by using `git hooks exec --containerized ...`. The following

```shell
git hooks exec --containerized \
Expand Down

0 comments on commit 5ded97f

Please sign in to comment.