Skip to content

Commit a8e04ad

Browse files
graeme-shopifyandrewmcgov
authored andcommitted
sentence case section titles
1 parent 4c03959 commit a8e04ad

File tree

1 file changed

+3
-3
lines changed
  • packages/ui-extensions/docs/surfaces/customer-account/reference/apis

1 file changed

+3
-3
lines changed

packages/ui-extensions/docs/surfaces/customer-account/reference/apis/intents.doc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const data: ReferenceEntityTemplateSchema = {
2525
title: 'invoke',
2626
description: `The \`invoke\` API is a function that accepts either a string query or an options object describing the intent to invoke and returns a Promise that resolves to an activity handle for the workflow.
2727
28-
## Intent Format
28+
## Intent format
2929
3030
Intents are invoked using a string query format: \`\${action}:\${type},\${value}\`
3131
@@ -34,9 +34,9 @@ Where:
3434
- \`type\` - The resource type (e.g., \`shopify/SubscriptionContract\`)
3535
- \`value\` - The resource identifier
3636
37-
## Supported Resources
37+
## Supported resources
3838
39-
### Subscription Contract
39+
### Subscription contract
4040
| Action | Type | Value | Data |
4141
|--------|------|-------|------|
4242
| \`open\` | \`shopify/SubscriptionContract\` | \`gid://shopify/SubscriptionContract/{id}\` | \`{ field: 'paymentMethod' }\` |`,

0 commit comments

Comments
 (0)