From 91babf55e0e58a7c8e8b7778dcac35f5d0573d82 Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Wed, 1 Apr 2026 20:03:09 -0500 Subject: [PATCH] Fix typo in CDN usage instructions --- website/docs/src/pages/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/src/pages/getting-started/index.mdx b/website/docs/src/pages/getting-started/index.mdx index 27dc891e6..955199878 100644 --- a/website/docs/src/pages/getting-started/index.mdx +++ b/website/docs/src/pages/getting-started/index.mdx @@ -45,7 +45,7 @@ export default function App() { ## CDN -To use Sandpack with CDN, simply include the Sandpack tag in your HTML file and specify the CDN imports inluding Sandpack and its dependencies. +To use Sandpack with CDN, simply include the Sandpack tag in your HTML file and specify the CDN imports including Sandpack and its dependencies.