File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/docs/content/docs/components/(chatbot) Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
2929Add the following component to your frontend:
3030
Original file line number Diff line number Diff 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
9090Add the following component to your frontend:
9191
You can’t perform that action at this time.
0 commit comments