Skip to content

Commit 200d3ca

Browse files
committed
Remove unnecessary double quotation marks.
1 parent 0777187 commit 200d3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Here's the same sample from above, using the Excel-style expression syntax:
472472
"elmType": "span",
473473
"attributes": {
474474
"class": "=if([$After] > [$Before], 'sp-field-trending--up', 'sp-field-trending--down')",
475-
"iconName": "=if([$After] > [$Before], 'SortUp', "if([$After] < [$Before], 'SortDown', ''))"
475+
"iconName": "=if([$After] > [$Before], 'SortUp', if([$After] < [$Before], 'SortDown', ''))"
476476
}
477477
},
478478
{

0 commit comments

Comments
 (0)