Skip to content

Commit e976a9c

Browse files
committed
Grammar fixes
1 parent ea9902d commit e976a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/create-maps-data-transformation-visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This how-to guide shows how to complete the following tasks:
5151

5252
- The Data Mapper tool's **Code view** pane is currently read only.
5353

54-
- The map layout and item position is currently automatic and read only.
54+
- The map layout and item position are currently automatic and read only.
5555

5656
## Known issues
5757

@@ -393,9 +393,9 @@ The example in this section calculates a discount to apply when the purchase qua
393393
|----------|---------------------------|
394394
| **Greater** | - **Value** #1: The source element named **ItemQuantity** <br>- **Value** #2: **20** |
395395
| **Multiply** | - **Multiplicand** #1: The source element named **ItemPrice** <br>- **Multiplicand** #2: **.10** |
396-
| **If** | - **Condition**: **is-greater-than(ItemQuantity,20) <br>- **Value**: **multiply(ItemPrice, .10) |
396+
| **If** | - **Condition**: **is-greater-than(ItemQuantity,20)** <br>- **Value**: **multiply(ItemPrice, .10)** |
397397

398-
The following maps shows the finished example:
398+
The following map shows the finished example:
399399

400400
![Screenshot showing finished condition example.](media/create-maps-data-transformation-visual-studio-code/if-condition-example-complete.png)
401401

0 commit comments

Comments
 (0)