Skip to content

Commit

Permalink
Fix typo in Forked process configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxracer committed Apr 2, 2018
1 parent 94b27fd commit b0ba14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const createStyledComponentsTransformer = require('typescript-plugin-styled-comp
const styledComponentsTransformer = createStyledComponentsTransformer();

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

// 4. export getCustomTransformers
module.exports = getCustomTransformers;
Expand Down

0 comments on commit b0ba14f

Please sign in to comment.