From d9ac0726633c8fcc3cf4243df6cfb15b68a77c32 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 18 Sep 2023 09:14:46 -0400 Subject: [PATCH] Update comment Co-authored-by: Timo <16718859+toger5@users.noreply.github.com> --- src/NewModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewModal.tsx b/src/NewModal.tsx index 02e77b47..ea8aff70 100644 --- a/src/NewModal.tsx +++ b/src/NewModal.tsx @@ -45,7 +45,7 @@ export interface ModalProps extends AriaDialogProps { */ // An option to leave the open state uncontrolled is intentionally not // provided, since modals are always opened due to external triggers, and it - // is the author's belief that controlled components lead to more obvious code + // is the author's belief that controlled components lead to more obvious code. open: boolean; /** * Callback for when the user dismisses the modal. If undefined, the modal