fix spelling in comment

This commit is contained in:
Bruno Windels 2021-06-16 17:30:48 +02:00
parent bbcf0d2572
commit 9099a76f45

View file

@ -53,7 +53,7 @@ export class PendingEvent {
get relatedEventId() {
const relation = getRelationFromContent(this.content);
if (relation) {
// may be null when target is not sent yet, is indented
// may be null when target is not sent yet, is intended
return relation.event_id;
} else {
return this._data.relatedEventId;