From 0075ec465eb89964c81af8a9f7cc25a7d02ad695 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Mon, 2 Dec 2013 19:15:20 -0500 Subject: [PATCH] Missed a few web hook instances. --- static/partials/guide.html | 2 +- static/partials/repo-admin.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/partials/guide.html b/static/partials/guide.html index dab919920..e3b8ad4e4 100644 --- a/static/partials/guide.html +++ b/static/partials/guide.html @@ -97,7 +97,7 @@ Email: my@email.com

Using push webhooks Requires Admin Access

A repository can have one or more push webhooks setup, which will be invoked whenever a successful push occurs. Webhooks can be managed from the repository's admin interface. -

A web hook will be invoked +

A webhook will be invoked as an HTTP POST to the specified URL, with a JSON body describing the push:

 {
diff --git a/static/partials/repo-admin.html b/static/partials/repo-admin.html
index a3fb0e43e..b20ec6bde 100644
--- a/static/partials/repo-admin.html
+++ b/static/partials/repo-admin.html
@@ -175,13 +175,13 @@
                     
                       
                         
-                        
+                        
                       
                     
                   
                   
                     
-                      
+