Skip to content

Commit 25905c4

Browse files
Farzad HayatMitchC1999
andauthored
Update modules/ROOT/partials/plugin-apis/comments-apis.adoc
Co-authored-by: Mitchell Crompton <[email protected]>
1 parent aa6ff2c commit 25905c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/partials/plugin-apis/comments-apis.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ The `mentionedUids` array captures any string following the `@` symbol without v
130130
----
131131
// Fake database of users
132132
const users = {
133-
"user1": "John Doe",
134-
"user2": "Jane Doe",
135-
"user3": "Alice Doe",
133+
"johndoe": "John Doe",
134+
"janedoe": "Jane Doe",
135+
"alicedoe": "Alice Doe",
136136
};
137137
138138
const comments = tinymce.activeEditor.plugins.tinycomments;

0 commit comments

Comments
 (0)