From 1d66f03667ceb1f7ae3db60ea9c8123bfae8a037 Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Thu, 25 Jul 2024 13:35:30 -0600 Subject: [PATCH] fix: Update about.mdx to remove extra word --- docs/tutorialkit.dev/src/content/docs/guides/about.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorialkit.dev/src/content/docs/guides/about.mdx b/docs/tutorialkit.dev/src/content/docs/guides/about.mdx index f169d55cc..5fc785ace 100644 --- a/docs/tutorialkit.dev/src/content/docs/guides/about.mdx +++ b/docs/tutorialkit.dev/src/content/docs/guides/about.mdx @@ -5,7 +5,7 @@ description: "TutorialKit: Overview and Capabilities" TutorialKit is an open source tool that enables you to create interactive code tutorials for your UI library or Javascript framework without having to implement the necessary user interface or the underlying logic. -TutorialKit enables you to spin spin up a live interactive tutorial site in minutes complete with: +TutorialKit enables you to spin up a live interactive tutorial site in minutes complete with: - Code editor with syntax highlighting - Live dev server preview that updates as learners experiment with your tutorial code