misspelling of targeting

This commit is contained in:
Shayne Boyer 2017-02-16 16:10:19 -05:00
parent dfde101b7c
commit 4edbcb06ee
52 changed files with 55 additions and 55 deletions

View file

@ -11,6 +11,6 @@ namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
public const string AppHelpText = "Project to project references to add";
public const string CmdFrameworkDescription = "Add reference only when targetting a specific framework";
public const string CmdFrameworkDescription = "Add reference only when targeting a specific framework";
}
}