From 24e919cd6dc44c2357abb2c69c8d968bc0d2fe2b Mon Sep 17 00:00:00 2001 From: Klescouar Date: Thu, 3 Aug 2023 10:51:16 -0400 Subject: [PATCH] Update README.md Little typos in types README --- code/lib/types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/types/README.md b/code/lib/types/README.md index 3fc5cbe80885..1035e9e1b693 100644 --- a/code/lib/types/README.md +++ b/code/lib/types/README.md @@ -3,6 +3,6 @@ Storybook types exports only typescript types for storybook usage. It exports typescript enums, which do have a runtime implementation. -But it should not export any implementation such as classes, method, function or constants. +But it should not export any implementation such as classes, methods, functions or constants. It also has no dependencies, all the types it exports are bundled in.