Skip to content

Commit 9bf9814

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/mentions_fetch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tinymce.init({
2626
usersRequest = fetch('/users');
2727
}
2828
usersRequest.then((users) => {
29-
/* `query.term` is the text the user typed after the '@' */
29+
// `query.term` is the text the user typed after the '@'
3030
users = users.filter((user) => {
3131
return user.name.toLowerCase().includes(query.term.toLowerCase());
3232
});

0 commit comments

Comments
 (0)