fixed typos

This commit is contained in:
Maira Wenzel 2017-02-01 15:30:35 -08:00
parent 70443d5544
commit b605381165
3 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
public const string RuntimeOption = "RUNTIME_IDENTIFIER";
public const string RuntimeOptionDescription = "Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependented app.";
public const string RuntimeOptionDescription = "Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependent app.";
public const string OutputOption = "OUTPUT_DIR";