[fix] typo

This commit is contained in:
方而静 2022-09-22 05:48:05 +00:00
parent e033f8133d
commit a33cbdd1b7

View File

@ -4,10 +4,10 @@ import {Remarkable} from 'remarkable';
import DOMPurify from 'dompurify'; import DOMPurify from 'dompurify';
import rkatex from 'remarkable-katex'; import rkatex from 'remarkable-katex';
import hljs from 'highlightjs'; import hljs from 'highlightjs';
import 'highlightjs/styles/tomorrow.css'; import 'highlightjs/styles/tomorrow.css';
import 'katex/dist/katex.min.css' import 'katex/dist/katex.min.css'
let username; let username;
let is_reconnection = false; let is_reconnection = false;
let last_command = null; let last_command = null;
@ -97,7 +97,7 @@ async function init() {
write_message({ write_message({
type: 'system-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, is_private: true,
plain: true, plain: true,
}); });