« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/external-links.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/external-links.js')
-rw-r--r--src/external-links.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external-links.js b/src/external-links.js
index 847970b8..409ff503 100644
--- a/src/external-links.js
+++ b/src/external-links.js
@@ -939,7 +939,7 @@ export function getExternalLinkStringOfStyleFromDescriptor(urlEntry, style, desc
 
     if (typeof descriptor.detail === 'string') {
       return language.$(prefix, descriptor.platform, descriptor.detail);
-    } else if (descriptor.detial.substring) {
+    } else if (descriptor.detail.substring) {
       const {substring, ...rest} = descriptor.detail;
 
       const opts =