Skip to content

Commit c9c981a

Browse files
authored
Clarity edits
1 parent 6d212c7 commit c9c981a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-create-api-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Here are some other tips and notes:
260260

261261
* To pass in the callback URL, you can use the `@listCallbackUrl()` workflow function in any of the previous fields as necessary.
262262

263-
* If you own both the logic app and the subscribed service, the Logic Apps engine doesn't have to call the `unsubscribe` endpoint after calling the callback URL. Otherwise, the Logic Apps engine needs to call the `unsubscribe` endpoint to signal that no more calls are expected and to allow for resource clean up on the server side.
263+
* If you own both the logic app and the subscribed service, you don't have to call the `unsubscribe` endpoint after the callback URL is called. Otherwise, the Logic Apps runtime needs to call the `unsubscribe` endpoint to signal that no more calls are expected and to allow for resource clean up on the server side.
264264

265265
<a name="triggers"></a>
266266

@@ -353,7 +353,7 @@ Here are some other tips and notes:
353353

354354
* To prevent processing the same data multiple times, your trigger should clean up data that was already read and passed to the logic app.
355355

356-
* If you own both the logic app and the subscribed service, the Logic Apps engine doesn't have to call the `unsubscribe` endpoint after calling the callback URL. Otherwise, the Logic Apps engine needs to call the `unsubscribe` endpoint to signal that no more calls are expected and to allow for resource clean up on the server side.
356+
* If you own both the logic app and the subscribed service, you don't have to call the `unsubscribe` endpoint after the callback URL is called. Otherwise, the Logic Apps runtime needs to call the `unsubscribe` endpoint to signal that no more calls are expected and to allow for resource clean up on the server side.
357357

358358
## Improve security for calls to your APIs from logic apps
359359

0 commit comments

Comments
 (0)