Skip to content

Commit 25f0b1f

Browse files
authored
chore(docs): fix typo in Confirmation component props documentation (#97)
Fix typo in state prop type definition: "ype" -> "type"
1 parent f5f0b50 commit 25f0b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/content/3.components/1.chatbot/confirmation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Shows the rejected status when user rejects and state is `output-denied`.
464464
The approval object containing the approval ID and status. If not provided or undefined, the component will not render.
465465
::
466466

467-
::field{name="state" ype="ToolUIPart['state']"}
467+
::field{name="state" type="ToolUIPart['state']"}
468468
The current state of the tool (input-streaming, input-available, approval-requested, approval-responded, output-denied, or output-available). Will not render for input-streaming or input-available states.
469469
::
470470

0 commit comments

Comments
 (0)