Skip to content

Commit 20049de

Browse files
committed
Typo
1 parent 569fb1b commit 20049de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/renderers/react/src/componentManifest/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const componentManifestGenerator = async () => {
105105

106106
const error = !docgen
107107
? {
108-
message: `Could not parse props information for the component file located at "${entry.componentPath}".\nAvoid barrel files when importing your component file.\Prefer relative imports if possible.\nAvoid pointing to transpiled files.`,
108+
message: `Could not parse props information for the component file located at "${entry.componentPath}".\nAvoid barrel files when importing your component file.\nPrefer relative imports if possible.\nAvoid pointing to transpiled files.`,
109109
}
110110
: undefined;
111111

0 commit comments

Comments
 (0)