From ed24e323055ab6f08afbe620859add31f324f40d Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 30 Sep 2019 20:43:56 +0200 Subject: [PATCH] fix typo in shell, closes #639 --- src/public/javascripts/services/mime_types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/javascripts/services/mime_types.js b/src/public/javascripts/services/mime_types.js index 5b246b0d2..99cd43296 100644 --- a/src/public/javascripts/services/mime_types.js +++ b/src/public/javascripts/services/mime_types.js @@ -111,7 +111,7 @@ const MIME_TYPES_DICT = [ { title: "Scala", mime: "text/x-scala" }, { title: "Scheme", mime: "text/x-scheme" }, { title: "SCSS", mime: "text/x-scss" }, - { default: true, title: "Shell", mimes: "text/x-sh" }, + { default: true, title: "Shell", mime: "text/x-sh" }, { title: "Sieve", mime: "application/sieve" }, { title: "Slim", mime: "text/x-slim" }, { title: "Smalltalk", mime: "text/x-stsrc" },