Skip to content

Commit a18b213

Browse files
author
Jin Han
committed
Cosmetic fixes.
1 parent 26971d3 commit a18b213

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ This example uses the `length` operator to detect the number of members of the f
521521
```
522522

523523
### Simple HTML elements formatting
524-
The following image showsn an example of constructing a simple sentence from the values of a multi-value Lookup field.
524+
The following image shows an example of constructing a simple sentence from the values of a multi-value Lookup field.
525525

526526
![Screenshot of a field reads "North America, APAC, and Europe"](../images/sp-columnformatting-multi-value-1.png)
527527

@@ -541,16 +541,16 @@ This examples uses operator `loopIndex` and `length` to identify the last member
541541
"txtContent": {
542542
"operator": "?",
543543
"operands": [
544-
"=loopIndex('region') + 1 == length(@currentField)",
545-
"=', and ' + [$region.lookupValue]",
544+
"=loopIndex('region') + 1 != length(@currentField)",
546545
{
547-
"operator": "?",
546+
"operator": "?",
548547
"operands": [
549-
"=loopIndex('region') == 0",
548+
"=loopIndex('region') == 0",
550549
"[$region.lookupValue]",
551550
"=', ' + [$region.lookupValue]"
552551
]
553-
}
552+
},
553+
"=', and ' + [$region.lookupValue]"
554554
]
555555
}
556556
}
@@ -559,7 +559,7 @@ This examples uses operator `loopIndex` and `length` to identify the last member
559559
```
560560

561561
### Complex HTML elements formatting
562-
The following image showsn an example of building a list of users with pictures, email addresses and a simple counter at the top.
562+
The following image shows an example of building a list of users with pictures, email addresses and a simple counter for the number of members at the top.
563563

564564
![List with name "Owners" and 3 rows where each user in the field has a profile picture, name and email displayed, and a small gray counter of owners at top left corner that has a different color when it says 0.](../images/sp-columnformatting-multi-value-2.png)
565565

Loading
Loading
Loading

0 commit comments

Comments
 (0)