We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a569db commit 6222ed6Copy full SHA for 6222ed6
1 file changed
lib/generators/article.js
@@ -85,7 +85,7 @@ article.weld = function(dom, articles) {
85
'documentation',
86
'how-to',
87
'tutorials',
88
- 'nodejitsu'])join(','));
+ 'nodejitsu']).join(','));
89
90
//
91
// Remark: perform code highlighting, convert only inside <code/>
0 commit comments