Skip to content

Commit fbb945e

Browse files
authored
Update modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc
1 parent df039f9 commit fbb945e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const tinycomments_fetch_author_info = (_, done) => {
4343
done({
4444
author: currentUser.id, // Maps to the `author` field in the comment object
4545
authorName: currentUser.fullName, // Maps to the `authorName` field in the comment object. (optional)
46-
authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment objectv. (optional)
46+
authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment object. (optional)
4747
});
4848
});
4949
};

0 commit comments

Comments
 (0)