Skip to content

Commit 6fddcc3

Browse files
anteriovieirakazupon
authored andcommitted
[Docs] Updated (#706)
1 parent ef98ec0 commit 6fddcc3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/pt_BR/configurations/custom-blocks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ module.exports = {
5757
}
5858
}
5959
}
60-
],
61-
plugins: [
62-
// saída de todos os docs em um único arquivo
63-
new ExtractTextPlugin('docs.md')
6460
]
65-
}
61+
},
62+
plugins: [
63+
// saída de todos os docs em um único arquivo
64+
new ExtractTextPlugin('docs.md')
65+
]
6666
}
6767
```

docs/ru/configurations/custom-blocks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ module.exports = {
5757
}
5858
}
5959
}
60-
],
61-
plugins: [
62-
// вывести всю документацию в отдельный файл
63-
new ExtractTextPlugin('docs.md')
6460
]
65-
}
61+
},
62+
plugins: [
63+
// вывести всю документацию в отдельный файл
64+
new ExtractTextPlugin('docs.md')
65+
]
6666
}
6767
```

0 commit comments

Comments
 (0)