Skip to content

Commit d382787

Browse files
committed
fix: title spelling
1 parent 9345d43 commit d382787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ app.get("*", (c) => {
5757
name="viewport"
5858
content="width=device-width, initial-scale=1.0"
5959
/>
60-
<title>Paramaters Playground</title>
60+
<title>Parameters Playground</title>
6161
<link rel="stylesheet" href={cssPath} />
6262
{hmrScript}
6363
<script type="module" src={wasmExecScriptPath}></script>

0 commit comments

Comments
 (0)