fix method typo

This commit is contained in:
coolbot100s
2025-08-05 12:59:06 -07:00
parent b4339350e0
commit 4b73aee56a

View File

@@ -236,7 +236,7 @@ const isWikiDiscordUrl = computed(() => {
return isDiscordUrl(wikiUrl.value);
});
const isIssuesLinkShortner = computed(() => {
const isIssuesLinkShortener = computed(() => {
return isLinkShortener(issuesUrl.value);
});
const isSourceLinkShortener = computed(() => {