Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo authored and oknozor committed Oct 23, 2023
1 parent 24e6de5 commit 3e85891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Cocogitto provide a way to share [git hooks](https://git-scm.com/book/en/v2/Cust
First you need to set up some hooks in `cog.toml`:
```toml
# Embedded git-hoooks script
# Embedded git-hooks script
[git_hooks.commit-msg]
script = """#!/bin/sh
set -e
Expand Down

0 comments on commit 3e85891

Please sign in to comment.