From 3e85891f44004ffe561d910645963fe6e6f74e40 Mon Sep 17 00:00:00 2001 From: jiangyinzuo Date: Mon, 23 Oct 2023 20:55:35 +0800 Subject: [PATCH] chore: fix typo --- src/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/README.md b/src/guide/README.md index 8313455..18fcbfe 100644 --- a/src/guide/README.md +++ b/src/guide/README.md @@ -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