fix typeo psuedo -> pseudo
This commit is contained in:
parent
7866e42d54
commit
1747d79740
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue