Skip to content

Commit 1a31ae5

Browse files
committed
spelling: overriden -> overridden
1 parent 1f2770e commit 1a31ae5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

13/umbraco-cms/reference/webhooks/expanding-webhook-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To leverage the `WebhookEventContentBase<TNotification, TEntity>` class, follow
138138

139139
- **ConvertEntityToRequestPayload**: Implement this method to customize the content entity payload before sending it to webhooks.
140140

141-
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overriden.
141+
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overridden.
142142

143143
```csharp
144144
protected override IEnumerable<IContent> GetEntitiesFromNotification(ContentPublishedNotification notification) => notification.PublishedEntities;

15/umbraco-cms/reference/webhooks/expanding-webhook-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To leverage the `WebhookEventContentBase<TNotification, TEntity>` class, follow
131131
* **GetEntitiesFromNotification**: Implement this method to extract content entities from the notification.
132132
* **ConvertEntityToRequestPayload**: Implement this method to customize the content entity payload before sending it to webhooks.
133133

134-
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overriden.
134+
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overridden.
135135

136136
{% include "../../.gitbook/includes/obsolete-warning-ipublishedsnapshotaccessor.md" %}
137137

16/umbraco-cms/reference/webhooks/expanding-webhook-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To leverage the `WebhookEventContentBase<TNotification, TEntity>` class, follow
133133
* **GetEntitiesFromNotification**: Implement this method to extract content entities from the notification.
134134
* **ConvertEntityToRequestPayload**: Implement this method to customize the content entity payload before sending it to webhooks.
135135

136-
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overriden.
136+
If we take a look at the `ContentPublishedWebhookEvent`, we can see how these methods are overridden.
137137

138138
{% include "../../.gitbook/includes/obsolete-warning-ipublishedsnapshotaccessor.md" %}
139139

0 commit comments

Comments
 (0)