We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0afb4f commit 085a993Copy full SHA for 085a993
modules/ROOT/partials/configuration/mentions_fetch.adoc
@@ -34,7 +34,7 @@ tinymce.init({
34
users = users.slice(0, 10);
35
36
// Where the user object must contain the properties `id` and `name`
37
- but you could additionally include anything else you deem useful.
+ // but you could additionally include anything else you deem useful.
38
success(users);
39
});
40
}
0 commit comments