summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-08-07 18:30:36 +0300
committerMunyoki Kilyungi2024-08-07 18:30:36 +0300
commit0be863c4e3a31cf1d99db66530940568c0058164 (patch)
tree03d4150e341660c83aa8fdbb395d77993d791843 /topics
parent662f6d9a7d553d8d5da2a459ccb24e41be29fec4 (diff)
downloadgn-gemtext-0be863c4e3a31cf1d99db66530940568c0058164.tar.gz
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics')
-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 57a6b43..5324de8 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
@@ -12,7 +12,7 @@ touch .git/hooks/pre-commit
# Step 2: Make the hook executable
chmod +x .git/hooks/pre-commit
-# Step 3: Copy the following contents to the .git/hooks/pre-commit:
+# Step 3: Copy the following to .git/hooks/pre-commit
#!/bin/sh