summaryrefslogtreecommitdiffstats
path: root/githooks.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-01-13 16:47:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-01-13 16:47:56 +0000
commit6efe3023cc16b3c4ece5a9ea43114109002cbe86 (patch)
tree1b1ab82ea2d5cbb694658f7aec0bcbc0cae7bcc8 /githooks.txt
parent1c95827e7c795dfbae054c5d10c461d8768b0e8d (diff)
downloadgit-htmldocs-6efe3023cc16b3c4ece5a9ea43114109002cbe86.tar.gz
Autogenerated HTML docs for v1.6.1-98-g3ea95
Diffstat (limited to 'githooks.txt')
-rw-r--r--githooks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/githooks.txt b/githooks.txt
index cfdae1efa..e4d61d556 100644
--- a/githooks.txt
+++ b/githooks.txt
@@ -15,7 +15,7 @@ DESCRIPTION
Hooks are little scripts you can place in `$GIT_DIR/hooks`
directory to trigger action at certain points. When
-'git-init' is run, a handful example hooks are copied in the
+'git-init' is run, a handful of example hooks are copied into the
`hooks` directory of the new repository, but by default they are
all disabled. To enable a hook, rename it by removing its `.sample`
suffix.