Skip to content

Commit 2247d3f

Browse files
committed
docs(modal): update section titles
1 parent 36e1b78 commit 2247d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/modal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import CardExample from '@site/static/usage/v8/modal/card/basic/index.md';
117117

118118
<CardExample />
119119

120-
### Drag Events
120+
### Drag Events for Card Modals
121121

122122
When using a card modal, you may want to perform certain actions based on the dragging of the card. Ionic emits several events related to dragging that can be used for this purpose, such as `ionDragStart`, `ionDragMove`, and `ionDragEnd`.
123123

@@ -173,7 +173,7 @@ import SheetScrollingContentExample from '@site/static/usage/v8/modal/sheet/expa
173173

174174
<SheetScrollingContentExample />
175175

176-
### Drag Events
176+
### Drag Events for Sheet Modals
177177

178178
When using a sheet modal, you may want to perform certain actions based on the dragging of the sheet. Ionic emits several events related to dragging that can be used for this purpose, such as `ionDragStart`, `ionDragMove`, and `ionDragEnd`.
179179

0 commit comments

Comments
 (0)