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;