fix typeo psuedo -> pseudo

This commit is contained in:
Hazelnoot 2025-06-14 13:20:39 -04:00
parent 7866e42d54
commit 1747d79740

View file

@ -337,7 +337,7 @@ export class MfmService {
if (href) {
if (href.match(/[\s>]/)) {
if (txt) {
// href is invalid + has a label => render a psuedo-link
// href is invalid + has a label => render a pseudo-link
text += `${text} (${href})`;
} else {
// href is invalid + no label => render plain text