Skip to content

Commit f85e192

Browse files
authored
Merge pull request #23 from LFalch/patch-1
Fix typo in minimap-git-diff.coffee
2 parents a23055a + c4091b2 commit f85e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minimap-git-diff.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class MinimapGitDiff
88
useGutterDecoration:
99
type: 'boolean'
1010
default: false
11-
description: 'When enabled the gif diffs will be displayed as thin vertical lines on the left side of the minimap.'
11+
description: 'When enabled the git diffs will be displayed as thin vertical lines on the left side of the minimap.'
1212

1313
pluginActive: false
1414
constructor: ->

0 commit comments

Comments
 (0)