Skip to content

Commit

Permalink
Merge pull request #6313 from bornik/patch-3
Browse files Browse the repository at this point in the history
fixed mistype in returning parameter
  • Loading branch information
shilman authored Mar 27, 2019
2 parents cb4efd3 + 9e37eb2 commit 548d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/storysource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function({ config }) {
enforce: 'pre',
});

return defaultConfig;
return config;
};
```

Expand Down

0 comments on commit 548d919

Please sign in to comment.