Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Dec 10, 2024
1 parent a4b118c commit b20acfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/_pages/VideoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function VideoPage({ video }: Props) {
<>
<EmbedVideo id={video.externalURL} />
<div className="my-12">
Find more videos in the <a href="/examples/">Exampples page</a>{" "}
Find more videos in the <a href="/examples/">Examples page</a>{" "}
and on our{" "}
<a href="https://www.youtube.com/@deno_land">YouTube channel</a>.
</div>
Expand Down

0 comments on commit b20acfa

Please sign in to comment.