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

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Tools.Add.PackageReference
public const string SpecifyExactlyOnePackageReference = "Please specify one package reference 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";
public const string CmdNoRestoreDescription = "Add reference without performing restore preview and compatibility check.";