Skip to content

Commit 9b2ce51

Browse files
authored
Merge pull request #7 from tuxracer/patch-1
Fix typo in Forked process configuration instructions
2 parents 94b27fd + b0ba14f commit 9b2ce51

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)