Skip to content

Commit bc4ad18

Browse files
committed
Add missing point in first paragraph
1 parent b835283 commit bc4ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/hooks.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur.
66
There are two groups of these hooks: client-side and server-side.
77
Client-side hooks are triggered by operations such as committing and merging, while server-side hooks run on network operations such as receiving pushed commits.
8-
You can use these hooks for all sorts of reasons
8+
You can use these hooks for all sorts of reasons.
99

1010
==== Installing a Hook
1111

0 commit comments

Comments
 (0)