From d0e626c55185ba93dd07eb71167e3e6aeed4a013 Mon Sep 17 00:00:00 2001 From: jcahal Date: Fri, 15 Nov 2024 09:32:37 -0700 Subject: [PATCH] docs(table): correct spelling of contextmenu right-clickable (#2653) --- docs/content/2.components/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/table.md b/docs/content/2.components/table.md index f6d485de77..db0d06b205 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.