Skip to content

Commit 9e11f06

Browse files
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent a875e2d commit 9e11f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15/umbraco-cms/reference/webhooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `Url` is the endpoint where the webhook will send an HTTP request when the s
2424

2525
### Events
2626

27-
Webhooks can be triggered by specific events in Umbraco. By default, Umbraco provides the following events:
27+
Webhooks are triggered by specific events in Umbraco. By default, the following events are available:
2828

2929
| Event Name | Description |
3030
|--------------------|--------------------------------------------------|
@@ -72,7 +72,7 @@ Each webhook event sends a JSON payload. For example, the `Content Published` ev
7272
}
7373
```
7474

75-
In contrast, the `Content Deleted` event sends only the content ID:
75+
The `Content Deleted` event sends only the content ID:
7676

7777
```json
7878
{

0 commit comments

Comments
 (0)