diff --git a/app/_how-tos/create-a-webhook-with-kong-gateway.md b/app/_how-tos/create-a-webhook-with-kong-gateway.md index 137b348f..9698b001 100644 --- a/app/_how-tos/create-a-webhook-with-kong-gateway.md +++ b/app/_how-tos/create-a-webhook-with-kong-gateway.md @@ -22,7 +22,7 @@ prereqs: - title: A webhook URL content: | * You can generate a URL by navigating to https://webhook.site and copying the free URL. - * Set that URL as an environment variable `export WEBHOOK_URL=YOUR_URL`prereqs: + * Set that URL as an environment variable `export WEBHOOK_URL=YOUR_URL`. - title: cURL include_content: prereqs/tools/curl - title: Reload {{site.base_gateway}}