scripts/api-extractor: fix comment

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-22 18:29:22 +02:00
parent 70ac6d68c2
commit 215b44de9c
+1 -1
View File
@@ -247,7 +247,7 @@ async function runApiExtraction({
}
function isComponentMember(member: any) {
// React components are annotated with @components, and we want to skip those
// React components are annotated with @component, and we want to skip those
return Boolean(member.docComment.match(/\n\s*\**\s*@component/m));
}