Skip to content

Commit 9970b78

Browse files
author
Jin Han
committed
Fix typo
1 parent ab133c1 commit 9970b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ You can use column formatting to render quick action links next to fields. The f
305305
"elmType": "a",
306306
"attributes": {
307307
"iconName": "Mail",
308-
"class": "sp-field-quickActions",
308+
"class": "sp-field-quickAction",
309309
"href": {
310310
"operator": "+",
311311
"operands": [
@@ -690,7 +690,7 @@ You can use the following predefined classes for several common scenarios.
690690
| sp-field-dataBars |![Blue bar with number 4](../images/sp-columnformatting-databar.png) |
691691
| sp-field-trending--up |![Green arrow with number 500](../images/sp-columnformatting-trendingup.png) |
692692
| sp-field-trending--down |![Red arrow with number 100](../images/sp-columnformatting-trendingdown.png) |
693-
| sp-field-quickActions |![Name with mail icon](../images/sp-columnformatting-quickaction.png) |
693+
| sp-field-quickAction |![Name with mail icon](../images/sp-columnformatting-quickaction.png) |
694694

695695
> [!NOTE]
696696
> The icons shown above for the `sp-field-severity` classes are **NOT** part of the class. Only the background color is included. Icons can be added by using the `iconName` attribute.

0 commit comments

Comments
 (0)