From 662f6d9a7d553d8d5da2a459ccb24e41be29fec4 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 7 Aug 2024 18:29:12 +0300 Subject: Fix typo. Signed-off-by: Munyoki Kilyungi --- .../setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi') 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 -- cgit v1.2.3