Skip to content

Commit c64abe4

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

File tree

2 files changed

+4
-4
lines changed
  • packages/ui-extensions

2 files changed

+4
-4
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' }\` |`,

packages/ui-extensions/src/surfaces/customer-account/api/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ export interface IntentActivity {
757757
export interface Intents {
758758
/**
759759
* Invoke an intent using the object or URL syntax.
760-
*
760+
*
761761
* Object format: `{action, type, value?, data?}`
762762
*
763763
* @param query - Structured intent description, including `action` and `type`.

0 commit comments

Comments
 (0)