From 85c971c12cb6b423118eab15f6edb373876de8b3 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Thu, 5 Dec 2024 08:03:30 -0500 Subject: [PATCH] docs --- src/common/components/Dialog/DialogButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/Dialog/DialogButtons.tsx b/src/common/components/Dialog/DialogButtons.tsx index adc8615..1416a24 100644 --- a/src/common/components/Dialog/DialogButtons.tsx +++ b/src/common/components/Dialog/DialogButtons.tsx @@ -3,7 +3,7 @@ import { BaseComponentProps } from '@leanstacks/react-common'; import classNames from 'classnames'; /** - * Properties for the `DialogButton` component. + * Properties for the `DialogButtons` component. * @see {@link BaseComponentProps} * @see {@link PropsWithChildren} */