Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 3918cd3

Browse files
authored
fix typo and console block (#224)
1 parent b7f2408 commit 3918cd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/bridges/webhook-to-slack.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,15 @@ Retrieve the URL where the Webhook is listening for incoming requests.
186186
$ kubectl get webhooksources.sources.triggermesh.io post-message
187187
NAME READY REASON URL SINK AGE
188188
post-message True https://webhooksource-post-message.woodford.dev.triggermesh.io http://broker-ingress.knative-eventing.svc.cluster.local/woodford/default 61s
189+
```
189190

190191
Use `curl` or any HTTP capable client to post messages at Slack.
191192

192-
```
193+
```console
193194
curl -d '{"message":"test my bridge"}' https://webhooksource-post-message.woodford.dev.triggermesh.io
194195
```
195196

196-
Thid Bridge can be extended in many different ways:
197+
This Bridge can be extended in many different ways:
197198

198199
- Validation and error handling at the transformation Function.
199200
- The Channel could be provided as a parameter from the WebhookSource, defaulting to a channel provided by the Function.

0 commit comments

Comments
 (0)