From a33cbdd1b77c6626360960aa7fdc8b307056bd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E8=80=8C=E9=9D=99?= Date: Thu, 22 Sep 2022 05:48:05 +0000 Subject: [PATCH] [fix] typo --- public/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/script.js b/public/script.js index 69bfec9..035873d 100644 --- a/public/script.js +++ b/public/script.js @@ -4,10 +4,10 @@ import {Remarkable} from 'remarkable'; import DOMPurify from 'dompurify'; import rkatex from 'remarkable-katex'; import hljs from 'highlightjs'; + import 'highlightjs/styles/tomorrow.css'; import 'katex/dist/katex.min.css' - let username; let is_reconnection = false; let last_command = null; @@ -97,7 +97,7 @@ async function init() { write_message({ type: 'system-message', - msg: 'Notification permission are use to get you informated. Please allow it.', + msg: 'Notification permission are is to get you informated. Please allow it.', is_private: true, plain: true, });