Skip to content

Commit f73ea6d

Browse files
committed
Typo fixes
1 parent 328173b commit f73ea6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/content/docs/components/(chatbot)/code-block.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export async function POST(req: Request) {
121121
model: 'openai/gpt-4o',
122122
schema: codeBlockSchema,
123123
prompt:
124-
`You are a helpful coding assitant. Only generate code, no markdown formatting or backticks, or text.` +
124+
`You are a helpful coding assistant. Only generate code, no markdown formatting or backticks, or text.` +
125125
context,
126126
});
127127

apps/docs/content/docs/components/(chatbot)/reasoning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import { Loader } from '@/components/ai-elements/loader';
5757
import { Message, MessageContent } from '@/components/ai-elements/message';
5858
import { useState } from 'react';
5959
import { useChat } from '@ai-sdk/react';
60-
import { Response } from @/components/ai-elements/response';
60+
import { Response } from '@/components/ai-elements/response';
6161

6262
const ReasoningDemo = () => {
6363
const [input, setInput] = useState('');

0 commit comments

Comments
 (0)