Skip to content

Commit 75a0239

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent ff2bfc0 commit 75a0239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-perform-data-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example, you can construct a JSON message from multiple variables, such as s
6767

6868
`{ "age": <ageVar>, "fullName": "<lastNameVar>, <firstNameVar>" }`
6969

70-
and creates the following output:
70+
And creates the following output:
7171

7272
`{"age":35,"fullName":"Owens,Sophia"}`
7373

@@ -949,7 +949,7 @@ To confirm whether the **Parse JSON** action creates the expected results, send
949949

950950
When you're done, the **Send an email** action looks similar to the following example:
951951

952-
:::image type="content" source="media/logic-apps-perform-data-operations/send-email-parse-json-action-complete.png" alt-text="Screenshot shows workflow with finished action named Send an email ction for action named Parse JSON." lightbox="media/logic-apps-perform-data-operations/send-email-parse-json-action-complete.png":::
952+
:::image type="content" source="media/logic-apps-perform-data-operations/send-email-parse-json-action-complete.png" alt-text="Screenshot shows workflow with finished action named Send an email for action named Parse JSON." lightbox="media/logic-apps-perform-data-operations/send-email-parse-json-action-complete.png":::
953953

954954
1. Save your workflow, and then manually run your workflow.
955955

0 commit comments

Comments
 (0)