Skip to content

Commit 46d8f59

Browse files
authored
Code linting issues fixes
1 parent 7c405a9 commit 46d8f59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/logic-apps-exception-handling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,18 +354,18 @@ action result that was previously filtered.
354354
Multiple failed actions cause one action per failure.
355355

356356
4. Send an HTTP POST on the **For each** item response body,
357-
which is the "@item()['outputs']['body']" expression.
357+
which is the `@item()['outputs']['body']` expression.
358358

359359
The "@result()" item shape is the same as the
360360
"@actions()" shape and can be parsed the same way.
361361

362-
5. Include two custom headers with the failed action name ("@item()['name']")
363-
and the failed run client tracking ID ("@item()['clientTrackingId']").
362+
5. Include two custom headers with the failed action name (`@item()['name']`)
363+
and the failed run client tracking ID (`@item()['clientTrackingId']`).
364364

365-
For reference, here's an example of a single "@result()" item,
365+
For reference, here's an example of a single `@result()` item,
366366
showing the **name**, **body**, and **clientTrackingId**
367367
properties that are parsed in the previous example.
368-
Outside a **For each** action, "@result()" returns an array of these objects.
368+
Outside a **For each** action, `@result()` returns an array of these objects.
369369

370370
```json
371371
{
@@ -425,4 +425,4 @@ information to other data sources, such as queues, topics, SQL, Azure Cosmos DB,
425425
* [Find more Logic Apps examples and scenarios](../logic-apps/logic-apps-examples-and-scenarios.md)
426426

427427
<!-- References -->
428-
[retryPolicyMSDN]: https://docs.microsoft.com/rest/api/logic/actions-and-triggers#Anchor_9
428+
[retryPolicyMSDN]: https://docs.microsoft.com/rest/api/logic/actions-and-triggers#Anchor_9

0 commit comments

Comments
 (0)