Minor comment updates

This commit is contained in:
Travis Ralston 2019-09-30 20:38:03 -06:00
parent 6e6f8a13e1
commit 6f5ccd4c12
2 changed files with 2 additions and 2 deletions

View file

@ -536,7 +536,7 @@ export default class MessageComposerInput extends React.Component {
const textWithMdPills = this.plainWithMdPills.serialize(editorState);
const markdown = new Markdown(textWithMdPills);
// HTML deserialize has custom rules to turn matrix.to links into pill objects.
// HTML deserialize has custom rules to turn permalinks into pill objects.
return this.html.deserialize(markdown.toHTML());
}