Skip to content

Commit 152ae37

Browse files
committed
DOC-3246: Single quotes only
1 parent 5cc6bf1 commit 152ae37

File tree

1 file changed

+2
-2
lines changed
  • modules/ROOT/examples/live-demos/comments-callback-with-mentions

1 file changed

+2
-2
lines changed

modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
44
'michaelcook': {
55
id: 'michaelcook',
66
name: 'Michael Cook',
7-
avatar: "{{imagesdir}}/avatars/michaelcook.png",
7+
avatar: '{{imagesdir}}/avatars/michaelcook.png',
88
custom: {
99
fullName: 'Michael Cook',
1010
description: 'Product Owner'
@@ -13,7 +13,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
1313
'kalebwilson': {
1414
id: 'kalebwilson',
1515
name: 'Kaleb Wilson',
16-
avatar: "{{imagesdir}}/avatars/kalebwilson.png",
16+
avatar: '{{imagesdir}}/avatars/kalebwilson.png',
1717
custom: {
1818
fullName: 'Kaleb Wilson',
1919
description: 'Marketing Director',

0 commit comments

Comments
 (0)