diff options
author | Munyoki Kilyungi | 2024-08-07 18:29:12 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-08-07 18:29:12 +0300 |
commit | 662f6d9a7d553d8d5da2a459ccb24e41be29fec4 (patch) | |
tree | f26c168e45d6fae37adc990564b70d1feed53231 | |
parent | 634206ea29d93c0a07afd01466a3042b1d33d6a8 (diff) | |
download | gn-gemtext-662f6d9a7d553d8d5da2a459ccb24e41be29fec4.tar.gz |
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi b/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi index e8dd010..57a6b43 100644 --- a/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi +++ b/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi @@ -3,7 +3,7 @@ * author: bonfacem * reviewed-by: jnduli -Git executes hooks before/after events such as: commit, push and receive. A pre-commit hooks runs before a commit is finalized [0]. This post shows how to create a pre-commit hook for linting scheme files using `guix style`. +Git executes hooks before/after events such as: commit, push and receive. A pre-commit hook runs before a commit is finalized [0]. This post shows how to create a pre-commit hook for linting scheme files using `guix style`. ``` # Step 1: Create the hook |