Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faheel authored and thlorenz committed Sep 27, 2017
1 parent b96694f commit 9113184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ exports = module.exports = function transform(content, mode, maxHeaderLevel, tit

if (linkedHeaders.length === 0) return { transformed: false };

// 4 spaces required for proper indention on Bitbucket
// 4 spaces required for proper indention on Bitbucket and GitLab
var indentation = (mode === 'bitbucket.org' || mode === 'gitlab.com') ? ' ' : ' ';

var toc =
Expand Down

0 comments on commit 9113184

Please sign in to comment.