From f49e05641e8e40e36fe02f920537e42b7e27d799 Mon Sep 17 00:00:00 2001 From: Steven De Coeyer Date: Thu, 4 Jan 2018 14:40:33 +0100 Subject: [PATCH] Fix typo wehbook/webhook --- labs/github-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/github-repositories.md b/labs/github-repositories.md index 8733f85..ed772e9 100644 --- a/labs/github-repositories.md +++ b/labs/github-repositories.md @@ -132,7 +132,7 @@ cat < github-webhook-config.json EOF ``` -Create a wehbook on each pipeline application and infrastructure GitHub repository using the `github-webhook-config.json` webhook configuration payload created in the previous step: +Create a webhook on each pipeline application and infrastructure GitHub repository using the `github-webhook-config.json` webhook configuration payload created in the previous step: ``` export GITHUB_TOKEN=$(cat .pipeline-tutorial-github-api-token)