File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docusaurus/docs/cms/backend-customization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments