From 49ae2e76e8e5e3dacf656f02fd6e15259136995a Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Mon, 12 Mar 2012 12:33:36 -0300 Subject: [PATCH] Fixed the heading and anchor link text for the `CommitCommentEvent` (was `CommitComment`). --- content/v3/events/types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v3/events/types.md b/content/v3/events/types.md index 6924bdceb5..d29e635097 100644 --- a/content/v3/events/types.md +++ b/content/v3/events/types.md @@ -14,7 +14,7 @@ organization (if applicable). Note that some of these events may not be rendered in timelines. They're only created for various internal and repository hooks. -* CommitComment +* CommitCommentEvent * CreateEvent * DeleteEvent * DownloadEvent @@ -32,7 +32,7 @@ They're only created for various internal and repository hooks. * TeamAddEvent * WatchEvent -## CommitComment +## CommitCommentEvent Hook name: `commit_comment`