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.