fix some typos

This commit is contained in:
rvcas
2023-04-07 16:51:18 -04:00
parent d0d482b3cb
commit 1444c9328d
16 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
import { Head } from "$fresh/runtime.ts";
import { Handlers, PageProps } from "$fresh/server.ts";
import App from "~/islands/App.tsx";
import Oneshot from "~/islands/Oneshot.tsx";
import { readValidators, Validators } from "~/utils.ts";
@@ -43,7 +43,7 @@ export default function Home({ data }: PageProps<Data>) {
</pre>
</div>
<App validators={validators} />
<Oneshot validators={validators} />
</div>
</>
);