From 05f03b620c72de419bd90a9e46c3e1ba0a558694 Mon Sep 17 00:00:00 2001 From: Sergei Osipov Date: Tue, 17 Sep 2019 10:26:22 +0300 Subject: [PATCH] fix: typo in propFilter example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9fcaa8..11a5089f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ propsParser: require('react-docgen-typescript').withCustomConfig('./tsconfig.jso or ```typescript - (props: PropItem, component: Component) => boolean + (prop: PropItem, component: Component) => boolean ``` In case you do not want to print out all the HTML props, because your component is typed like this: