fix spelling in comment
This commit is contained in:
parent
bbcf0d2572
commit
9099a76f45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue