Skip to content

Commit b2ffc67

Browse files
authored
fix: typo in localComponents description (#16)
1 parent d13552a commit b2ffc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/only-export-components.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const onlyExportComponents: TSESLint.RuleModule<
2525
anonymousExport:
2626
"Fast refresh can't handle anonymous components. Add a name to your export.",
2727
localComponents:
28-
"Fast refresh only works when a file only export components. Move your component(s) to a separate file.",
28+
"Fast refresh only works when a file only exports components. Move your component(s) to a separate file.",
2929
noExport:
3030
"Fast refresh only works when a file has exports. Move your component(s) to a separate file.",
3131
},

0 commit comments

Comments
 (0)