From 3ce5d985342334d1663978510d96a2908884de67 Mon Sep 17 00:00:00 2001 From: Chan Lee <120288440+1eecan@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:59:33 +0900 Subject: [PATCH] fix: typo in comment --- packages/shared/src/types/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/types/index.js b/packages/shared/src/types/index.js index 8662655d..eb561698 100644 --- a/packages/shared/src/types/index.js +++ b/packages/shared/src/types/index.js @@ -10,7 +10,7 @@ // import type { Color as ColorType } from './stylex-types-color'; // We want all in one file? -// option 1, creat interface an implement it in the class +// option 1, create interface an implement it in the class // why? All the types have a single base definition of props // We want on type that defines CSS Types // Option 2: Do a union type and make