Skip to content

Commit 868651e

Browse files
v-dirichardsecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 57d14b2 commit 868651e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/logic-apps/expression-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ If you have a JSON array, like the following example, you have four options.
49814981
]
49824982
```
49834983

4984-
Option 1: Convert JSON string to a JSON object before you pass the result to the `xml()` function, for example:
4984+
Option 1: Convert the JSON string to a JSON object before you pass the result to the `xml()` function, for example:
49854985

49864986
```
49874987
xml(
@@ -5037,7 +5037,7 @@ xml(
50375037
)
50385038
```
50395039

5040-
All examples, which include options 1 to 4, return the following XML result:
5040+
All the examples from options 1 to 4 return the following XML result:
50415041

50425042
```xml
50435043
<root>

0 commit comments

Comments
 (0)