Fix typo in plugin name targets.vim (#2705)

This commit is contained in:
Christian Wellenbrock 2019-01-04 03:56:56 +01:00 committed by Bryan Phelps
parent f4014abea8
commit ed8d3381a6
1 changed files with 2 additions and 2 deletions

View File

@ -157,9 +157,9 @@ export class TargetsVimPluginTutorial implements ITutorial {
public get metadata(): ITutorialMetadata {
return {
id: "oni.tutorials.targets_plugin",
name: "Target.vim plugin",
name: "Targets.vim plugin",
description:
'Target.vim is a plugin installed by default to help move between pairs of characters such as (), {}, or "". It does this by adding various text objects to operate on and expand simple commands like \'di"\'.',
'Targets.vim is a plugin installed by default to help move between pairs of characters such as (), {}, or "". It does this by adding various text objects to operate on and expand simple commands like \'di"\'.',
level: 300,
}
}