Skip to content

Commit f4b2df0

Browse files
authored
Corrected code typo
Removed the single quote from code snippet.
1 parent 73aba90 commit f4b2df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/formatting-advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Advanced formatting concepts
33
description: Advanced formatting concepts
4-
ms.date: 11/16/2021
4+
ms.date: 12/12/2021
55
ms.localizationpriority: high
66
---
77
# Advanced formatting concepts
@@ -141,7 +141,7 @@ Both the example uses defaultHoverField
141141
"margin": "2px"
142142
},
143143
"attributes": {
144-
"src": "='getUserImage([$Editor.email], 's')",
144+
"src": "=getUserImage([$Editor.email], 's')",
145145
"title": "[$Editor.title]"
146146
}
147147
},

0 commit comments

Comments
 (0)