From ccc0572ea1d3738fe8831750fc1a4033de200076 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 18 Dec 2024 15:09:44 -0800 Subject: [PATCH] improve comment --- src/core/context-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/context-menu.tsx b/src/core/context-menu.tsx index 3a4d442..5a640f9 100644 --- a/src/core/context-menu.tsx +++ b/src/core/context-menu.tsx @@ -133,7 +133,7 @@ export interface ContextProps { children: ReactNode; } -// you should create a component like context-menu.tsx instead of using this class directly. +// you should create a component like ContextMenu instead of using this class directly. const Context: FC = (props: ContextProps) => { const { rootRef, relativeToRef, relativeToPos, alignment, realignDeps, children } = props;