From 85e3dfb28b86a375899e750806e2972330e26b1a Mon Sep 17 00:00:00 2001 From: Sutu Sebastian <41998826+SutuSebastian@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:35:54 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apps/web/content/docs/components/dropdown.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/docs/components/dropdown.mdx b/apps/web/content/docs/components/dropdown.mdx index efe3c56f5..645cb6fc9 100644 --- a/apps/web/content/docs/components/dropdown.mdx +++ b/apps/web/content/docs/components/dropdown.mdx @@ -65,7 +65,7 @@ Add a custom `onClick` event handler to the `` component to handl ## Custom trigger -To customize the trigger element, you can use `renderTrigger` property. +To customize the trigger element, you can use the `renderTrigger` property.