From 7b9a0e7bbe4c3c14fc3f9a9e89b75006b00d06bd Mon Sep 17 00:00:00 2001 From: Wilbur Williams <105151352+ThisCatLikesCrypto@users.noreply.github.com> Date: Fri, 17 May 2024 11:34:30 +0100 Subject: [PATCH] reccommended (#4) recommended --- src/pages/learn/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/learn/index.mdx b/src/pages/learn/index.mdx index 6173d17..a008b9f 100644 --- a/src/pages/learn/index.mdx +++ b/src/pages/learn/index.mdx @@ -51,7 +51,7 @@ First install dreamland (`npm install dreamland`), then add this to the compiler In the entry point of the app, add the line `import "dreamland/dev"` into at least one file to bundle dreamland with the rest of the code. Now you can use dreamland with tsx syntax. -In production, you can use `import "dreamland"` instead of `import "dreamland/dev"` to use the production build, or (reccommended) vendor in a custom build. +In production, you can use `import "dreamland"` instead of `import "dreamland/dev"` to use the production build, or (recommended) vendor in a custom build. ```tsx // typescript syntax for defining components