diff --git a/modules/ROOT/partials/configuration/tinycomments_reply.adoc b/modules/ROOT/partials/configuration/tinycomments_reply.adoc index b15efb6f0d..99d0283433 100644 --- a/modules/ROOT/partials/configuration/tinycomments_reply.adoc +++ b/modules/ROOT/partials/configuration/tinycomments_reply.adoc @@ -16,7 +16,7 @@ The `+done+` callback should accept the following object: [source,js] ---- { - commentUid: string, // the value of the new comment uid + commentUid: string, // the new comment uid author: string, // the id of the current author authorName: string // the name of the current author }