fix grammer

This commit is contained in:
rustdesk 2022-01-21 00:42:33 +08:00
parent e291e4d1c9
commit c1ff8242d9

View File

@ -11,7 +11,7 @@ const licenceKey = "";
const SCHEMA = "ws://";
type MsgboxCallback = (type: string, title: string, text: string) => void;
type DrawCallback = (Uint8Array) => void;
type DrawCallback = (data: Uint8Array) => void;
export default class Connection {
_msgs: any[];