Skip to content

Commit d9e2a35

Browse files
author
smallstone
committed
Fix formatting and typo errors in MessageMarkdown component
1 parent 1435c8a commit d9e2a35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/views/components/MessageMarkdown

src/views/components/MessageMarkdown/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Generate a professionally written and formatted release note in markdown with th
176176
});
177177
break;
178178
case "get_devchat_key":
179-
window.open('https://web.devchat.ai');
179+
window.open("https://web.devchat.ai");
180180
break;
181181
}
182182
};
@@ -312,7 +312,7 @@ Generate a professionally written and formatted release note in markdown with th
312312
const value = String(children).replace(/\n$/, "");
313313
let lanugage = match && match[1];
314314
if (!lanugage) {
315-
lanugage = "unknow";
315+
lanugage = "plaintext";
316316
}
317317

318318
let wrapLongLines = false;

0 commit comments

Comments
 (0)