diff --git a/docs/content/2.components/table.md b/docs/content/2.components/table.md index f6d485de..db0d06b2 100644 --- a/docs/content/2.components/table.md +++ b/docs/content/2.components/table.md @@ -346,7 +346,7 @@ componentProps: ### Contextmenu -Use the `contextmenu` listener on your Table to make the rows righ-clickable. The function will receive the original event as the first argument and the row as the second argument. +Use the `contextmenu` listener on your Table to make the rows right-clickable. The function will receive the original event as the first argument and the row as the second argument. You can use this to open a [ContextMenu](/components/context-menu) for that row.