From cd9fa25a2e855f7b6fa7e33853690c1cacdc9e1b Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Mon, 19 Aug 2024 11:14:20 -0400 Subject: [PATCH] fix busted syntax highlighting --- docs/docs/components/select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md index 2894d9484..0681293e8 100644 --- a/docs/docs/components/select.md +++ b/docs/docs/components/select.md @@ -283,7 +283,7 @@ Remember that custom tags are rendered in a shadow root. To style them, you can const select = document.querySelector('.custom-tag'); select.getTag = (option, index) => { - // Use the same icon used in the + // Use the same icon used in wa-option const name = option.querySelector('wa-icon[slot="prefix"]').name; // You can return a string, a Lit Template, or an HTMLElement here