Skip to content

Commit 3c95bde

Browse files
Apply suggestions from code review
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 7cec251 commit 3c95bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/partials/configuration/tinycomments_mentions_enabled.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[tinycomments_mentions_enabled]]
22
== `+tinycomments_mentions_enabled+`
33

4-
The {pluginname} plugin offers the `+tinycomments_mentions_enabled+` option to control whether the Mentions plugin will be incorporated into the {pluginname} plugin, when both plugins are included in the configuration.
4+
The {pluginname} plugin offers the `+tinycomments_mentions_enabled+` option to control whether the xref:mentions.adoc[Mentions] plugin will be incorporated into the {pluginname} plugin, when both plugins are included in the configuration.
55

66
*Type:* `+Boolean+`
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The event log can be retrieved either in full or with the `after` option, which
114114

115115
==== With the Mentions plugin
116116

117-
When the Mentions plugin is enabled, each of the above events will include the `mentionUids` property, which contains an array of UIDs mentioned in the comment. The `mentionUids` property is only included when the Mentions plugin is enabled.
117+
When the xref:mentions.adoc[Mentions] plugin is enabled, each of the above events will include the `mentionedUids` property, which contains an array of UIDs mentioned in the comment. The `mentionedUids` property is only included when the xref:mentions.adoc[Mentions] plugin is enabled.
118118

119119
It is recommended to use this API to retrieve which users have been mentioned in comments.
120120

0 commit comments

Comments
 (0)