Skip to content

Commit c0afb4f

Browse files
authored
Update modules/ROOT/partials/configuration/mentions_fetch.adoc
1 parent 9bf9814 commit c0afb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/partials/configuration/mentions_fetch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ tinymce.init({
3333
3434
users = users.slice(0, 10);
3535
36-
/* Where the user object must contain the properties `id` and `name`
37-
but you could additionally include anything else you deem useful. */
36+
// Where the user object must contain the properties `id` and `name`
37+
but you could additionally include anything else you deem useful.
3838
success(users);
3939
});
4040
}

0 commit comments

Comments
 (0)