diff --git a/docs/pages/reference/sheetprovider.mdx b/docs/pages/reference/sheetprovider.mdx index 021fe03..824af23 100644 --- a/docs/pages/reference/sheetprovider.mdx +++ b/docs/pages/reference/sheetprovider.mdx @@ -8,7 +8,7 @@ Props: ## `context` -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. +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. ```ts // Normal action sheet that is used with the global sheet provider.