Skip to content

Commit b0ba14f

Browse files
authored
Fix typo in Forked process configuration instructions
1 parent 94b27fd commit b0ba14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const createStyledComponentsTransformer = require('typescript-plugin-styled-comp
109109
const styledComponentsTransformer = createStyledComponentsTransformer();
110110

111111
// 3. create getCustomTransformer function
112-
const getCustomTransformers: () => ({ before: [styledComponentsTransformer] });
112+
const getCustomTransformers = () => ({ before: [styledComponentsTransformer] });
113113

114114
// 4. export getCustomTransformers
115115
module.exports = getCustomTransformers;

0 commit comments

Comments
 (0)