summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi2
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