diff --git a/docs/en/configurations/custom-blocks.md b/docs/en/configurations/custom-blocks.md index 2066b59a5..ce833e0cd 100644 --- a/docs/en/configurations/custom-blocks.md +++ b/docs/en/configurations/custom-blocks.md @@ -57,11 +57,11 @@ module.exports = { } } } - ], - plugins: [ - // output all docs into a single file - new ExtractTextPlugin('docs.md') ] - } + }, + plugins: [ + // output all docs into a single file + new ExtractTextPlugin('docs.md') + ] } ```