Skip to content

Commit f99263d

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2608: Fix error in item description
1 parent 629e422 commit f99263d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rssfeed.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports.register = function () {
5050
link: `${siteLinkWithVersion}/${linkElement
5151
.attr("href")
5252
.replace("../", "")}`,
53-
description: `Release notes for TinyMCE ${version}`,
53+
description: `Changelog for TinyMCE ${version}`,
5454
guid: version,
5555
pubDate: new Date(date).toUTCString(),
5656
content,

0 commit comments

Comments
 (0)