Skip to content

Commit c946d7f

Browse files
committed
GUD - query doc markdown correction
1 parent 125b78b commit c946d7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/components/dispatch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ This function returns an object containing:
124124

125125
#### query
126126
```javascript
127-
dispatch.query(options: Swal2Options): {
127+
dispatch.query({
128+
options: Swal2Options
129+
}): {
128130
isConfirmed: boolean,
129131
isDenied: boolean,
130132
isDismissed: boolean,

0 commit comments

Comments
 (0)