Skip to content

Commit 86a94c9

Browse files
fix: correct typos in chatbot documentation files (#173)
1 parent 4d20259 commit 86a94c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Loader } from '@/components/ai-elements/loader';
2424

2525
## Usage with AI SDK
2626

27-
Build a simple chat app that displays a loader before it the response streans by using `status === "submitted"`.
27+
Build a simple chat app that displays a loader before the response starts streaming by using `status === "submitted"`.
2828

2929
Add the following component to your frontend:
3030

apps/docs/content/docs/components/(chatbot)/prompt-input.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import { GlobeIcon } from 'lucide-react';
8585

8686
## Usage with AI SDK
8787

88-
Built a fully functional chat app using `PromptInput`, [`Conversation`](/elements/components/conversation) with a model picker:
88+
Build a fully functional chat app using `PromptInput`, [`Conversation`](/elements/components/conversation) with a model picker:
8989

9090
Add the following component to your frontend:
9191

0 commit comments

Comments
 (0)