Skip to content

Commit

Permalink
Use "portion" instead of "fragment" for local IDs
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
2 people authored and msporny committed Feb 4, 2025
1 parent 47716cc commit ce33f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ <h3>Workflows and Exchanges</h3>
<p>
In the workflows and exchanges APIs, a "local" ID refers to an ID that is local to a service instance.
In other words, an `exchangeId` or `workflowId` refers to a fully qualified URL,
while a `localExchangeId` or `localWorkflowId` refers to a fragment of the URL.
while a `localExchangeId` or `localWorkflowId` refers to a portion of the URL.
</p>

<section>
Expand Down

0 comments on commit ce33f9f

Please sign in to comment.