diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md
index 493c3042c..5deb9379e 100644
--- a/docs/components/dropdown.md
+++ b/docs/components/dropdown.md
@@ -123,7 +123,7 @@ Dropdown panels will be clipped if they're inside a container that has `overflow
### Getting the Selected Item
-When dropdowns are used with [menus](/components/menu.md), you can listen for the `slSelect` event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands.
+When dropdowns are used with [menus](/components/menu.md), you can listen for the `sl-select` event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands.
```html preview
diff --git a/docs/components/form.md b/docs/components/form.md
index 263253795..202c86d95 100644
--- a/docs/components/form.md
+++ b/docs/components/form.md
@@ -6,9 +6,9 @@ Forms collect data that can easily be processed and sent to a server.
All Shoelace components make use of a [shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) to encapsulate markup, styles, and behavior. One caveat of this approach is that native `