You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/reference/sheetprovider.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Props:
8
8
9
9
## `context`
10
10
11
-
When you want to show action sheet from a modal, you must create a new `SheetProvider` inside the modal with a unique context id. Than you have to register the action sheet you want to show with that context id.
11
+
When you want to show action sheet from a modal, you must create a new `SheetProvider` inside the modal with a unique context id. Then you have to register the action sheet you want to show with that context id.
12
12
13
13
```ts
14
14
// Normal action sheet that is used with the global sheet provider.
0 commit comments