Skip to content

Commit 64d3353

Browse files
committed
Fix typo
1 parent 15c4c8c commit 64d3353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/text-editor/ui/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="/webui.js"></script>
66

77
<link rel="icon" type="image/png" href="img/icon.png" />
8-
<title>Text Editor in C using WebUI</title>
8+
<title>Text Editor in Python using WebUI</title>
99
<link rel="stylesheet" href="css/style.css" />
1010
<link rel="stylesheet" href="css/lucario.css" />
1111
<link rel="stylesheet" href="css/codemirror.min.css" />
@@ -26,7 +26,7 @@
2626
<div class="about-box-content">
2727
<h1>WebUI Text Editor</h1>
2828
v1.1
29-
<p>Example of a text editor software in C using WebUI library.</p>
29+
<p>Example of a text editor software in Python using WebUI library.</p>
3030
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2023 Hassan Draga</p>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)