From b6b3a356bff19525ee059ecb8d47b308fe300267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=B0=AC=ED=98=81?= Date: Wed, 12 Apr 2023 22:14:32 +0900 Subject: [PATCH] fix: typo interact --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index fc5d029f..f18b41f3 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -79,7 +79,7 @@ const IndexPage: NextPage = ({ text="text-900" heading={aside} lead={[ - "Examples so far have all been with blocking=true, which is the default state. It's comparable to a blocking modal dialog, you can't interract with the rest of the page until the dialog closes.", + "Examples so far have all been with blocking=true, which is the default state. It's comparable to a blocking modal dialog, you can't interact with the rest of the page until the dialog closes.", "This mode can be turned off and changes the look and feel of the sheet to fit scenarios where it's used as you would a draggable sidebar.", 'Or as an search overlay over a map perhaps. ', ]}