Skip to content

Commit f6fb723

Browse files
committed
Fix typos
1 parent ed33255 commit f6fb723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/docs/cms/backend-customization/webhooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default (config: unknown, { strapi }: any) => {
236236
</TabItem>
237237
</Tabs>
238238

239-
Here a few additional external examples:
239+
Here are a few additional external examples:
240240
- <ExternalLink to="https://docs.github.com/webhooks/using-webhooks/validating-webhook-deliveries" text="GitHub — Validating webhook deliveries" />
241241
- <ExternalLink to="https://stripe.com/docs/webhooks/signatures" text="Stripe — Verify webhook signatures" />
242242
<br />
@@ -307,8 +307,8 @@ By default Strapi webhooks can be triggered by the following events:
307307

308308
## Payloads
309309

310-
:::tip NOTE
311-
Private fields and s are not sent in the payload.
310+
:::info
311+
Private fields are not sent in the payload.
312312
:::
313313

314314
### Headers

0 commit comments

Comments
 (0)