From b57379882573844d2f80f21df0feaab591843bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Mesnil?= <50322149+theo-mesnil@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:23:15 +0200 Subject: [PATCH] docs: fix typo on modal packages --- packages/Modal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Modal/package.json b/packages/Modal/package.json index 9adf53bca0..287d9ac34d 100644 --- a/packages/Modal/package.json +++ b/packages/Modal/package.json @@ -1,7 +1,7 @@ { "name": "@welcome-ui/modal", "version": "5.0.0-alpha.44", - "description": "Modal from Reakit with a really nice theme 👀", + "description": "Modal from Ariakit with a really nice theme 👀", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/types/index.d.ts",