From 2953ac19a286408997ba59249c3cc71df46d9942 Mon Sep 17 00:00:00 2001 From: Lonk <51008428+Lonk12@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:24:19 -0500 Subject: [PATCH] Fixed the theme template being called a plugin template. Fixed the theme template being called a plugin template. I was here - Lonk 2024 --- docs/themes/introduction/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes/introduction/quick-start.mdx b/docs/themes/introduction/quick-start.mdx index af80a4c..2595bf5 100644 --- a/docs/themes/introduction/quick-start.mdx +++ b/docs/themes/introduction/quick-start.mdx @@ -10,7 +10,7 @@ import CodeBlock from '@theme/CodeBlock'; ## Quick Start -If you already know the basics, or just prefer to learn by trying it yourself and poking around, try this basic plugin template. +If you already know the basics, or just prefer to learn by trying it yourself and poking around, try this basic theme template. ```css showLineNumbers title="YourTheme.theme.css" /**