Skip to content

Commit cba5454

Browse files
authored
Update typo in title of Examples.tsx (#543)
Fixes #542
1 parent 7dff51d commit cba5454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Examples: Component<{data: ExamplesDataRoute}> = (props) => {
6161

6262
return (
6363
<div class="flex flex-col relative">
64-
<Title>Exanples | SolidJS</Title>
64+
<Title>Examples | SolidJS</Title>
6565
<div class="container my-10 w-[98vw] mx-auto">
6666
<div class="md:grid md:grid-cols-12 gap-6">
6767
<div class="md:col-span-4 lg:col-span-3 overflow-auto border dark:border-solid-darkLighterBg p-5 rounded md:h-[82vh]">

0 commit comments

Comments
 (0)