From 139aafc77943eca41f062dccdbcca0d70989e73f Mon Sep 17 00:00:00 2001 From: Aidan Connolly Date: Tue, 18 Jun 2019 12:42:55 -0500 Subject: [PATCH] Fixing 'heades' typo --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index e4ba2d6..0d00a14 100755 --- a/public/index.html +++ b/public/index.html @@ -55,7 +55,7 @@

Listen to webhook events

path : ${path}

protocol : ${protocol}

method : ${method}

-

heades :

${JSON.stringify(headers, undefined, 2)}

+

headers :

${JSON.stringify(headers, undefined, 2)}

body :

${JSON.stringify(body, undefined, 2)}

time : ${time}

@@ -65,4 +65,4 @@

Listen to webhook events

- \ No newline at end of file +