From 03b962b622a19f1f885ebdfed53fa2d49ad99bdd Mon Sep 17 00:00:00 2001 From: sai chand <60743144+sai6855@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:30:20 +0530 Subject: [PATCH] [docs][joy-ui][ButtonGroup] Fix orientation prop description (#39876) --- docs/data/joy/components/button-group/button-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/components/button-group/button-group.md b/docs/data/joy/components/button-group/button-group.md index a7cd284a808d8f..b7915e2799e6d4 100644 --- a/docs/data/joy/components/button-group/button-group.md +++ b/docs/data/joy/components/button-group/button-group.md @@ -84,7 +84,7 @@ The type of value can be: ### Vertical group -The Button Group component can be displayed vertically using the `orientation="horizontal"` prop. +The Button Group component can be displayed vertically using the `orientation="vertical"` prop. Note that this prop has no effect on `IconButton` component. {{"demo": "GroupOrientation.js"}}