Skip to content

Commit f61c801

Browse files
committed
Merge pull request progit#274 from eriol/patch-1
Add missing point in first paragraph.
2 parents b835283 + bc4ad18 commit f61c801

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)