We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eb688 commit ea89e91Copy full SHA for ea89e91
1 file changed
templates/logs.html
@@ -2,7 +2,7 @@
2
<html>
3
4
<head>
5
- <title>📝 TypescriptMate Logs</title>
+ <title>📝 TypeScriptMate Logs</title>
6
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
7
<style>
8
body {
@@ -26,7 +26,7 @@
26
</head>
27
28
<body>
29
- <h1>📝 TypescriptMate Logs</h1>
+ <h1>📝 TypeScriptMate Logs</h1>
30
31
{% if comp %}
32
<h2>Last 20 Completions</h2>
0 commit comments