diff --git a/apps/www/content/3.components/1.chatbot/chain-of-thought.md b/apps/www/content/3.components/1.chatbot/chain-of-thought.md
index d366bef..0a3b676 100644
--- a/apps/www/content/3.components/1.chatbot/chain-of-thought.md
+++ b/apps/www/content/3.components/1.chatbot/chain-of-thought.md
@@ -6,7 +6,7 @@ icon: lucide:brain
The `ChainOfThought` component provides a visual representation of an AI's reasoning process, showing step-by-step thinking with support for search results, images, and progress indicators. It helps users understand how AI arrives at conclusions.
-:::ComponentLoader{label="Preivew" componentName="ChainOfThought"}
+:::ComponentLoader{label="Preview" componentName="ChainOfThought"}
:::
## Install using CLI
@@ -287,25 +287,6 @@ const props = defineProps<{
```
-```vue [ChainOfThoughtSearchResults.vue]
-
-
-
-
-
-
-
-```
```ts [context.ts]
import type { InjectionKey, Ref } from 'vue'
diff --git a/apps/www/content/3.components/1.chatbot/context.md b/apps/www/content/3.components/1.chatbot/context.md
index 081df57..0ab3831 100644
--- a/apps/www/content/3.components/1.chatbot/context.md
+++ b/apps/www/content/3.components/1.chatbot/context.md
@@ -6,7 +6,7 @@ icon: lucide:layers
The `Context` component provides a comprehensive view of AI model usage through a compound component system. It displays context window utilization, token consumption breakdown (input, output, reasoning, cache), and cost estimation in an interactive hover card interface.
-:::ComponentLoader{label="Preivew" componentName="Context"}
+:::ComponentLoader{label="Preview" componentName="Context"}
:::
## Install using CLI