We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dff51d commit cba5454Copy full SHA for cba5454
1 file changed
src/pages/Examples.tsx
@@ -61,7 +61,7 @@ const Examples: Component<{data: ExamplesDataRoute}> = (props) => {
61
62
return (
63
<div class="flex flex-col relative">
64
- <Title>Exanples | SolidJS</Title>
+ <Title>Examples | SolidJS</Title>
65
<div class="container my-10 w-[98vw] mx-auto">
66
<div class="md:grid md:grid-cols-12 gap-6">
67
<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