Skip to content

Commit 17ee361

Browse files
authored
fixed a typo in dropdown doc (#1235)
1 parent 3c7bb71 commit 17ee361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webawesome/docs/docs/components/dropdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ The distance from the panel to the trigger can be customized using the `distance
273273

274274
### Offset
275275

276-
The offset of the panel along the trigger can be customized using the `offset` attribute. This value is specified in pixels.
276+
The offset of the panel along the trigger can be customized using the `skidding` attribute. This value is specified in pixels.
277277

278278
```html {.example}
279-
<wa-dropdown offset="30">
279+
<wa-dropdown skidding="30">
280280
<wa-button slot="trigger" with-caret>Edit</wa-button>
281281

282282
<wa-dropdown-item>Cut</wa-dropdown-item>

0 commit comments

Comments
 (0)