Fix typo in Avaiable
* Should be Available
This commit is contained in:
parent
d4193cd5c1
commit
6df15c341a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace Microsoft.DotNet.Tools.New
|
|||
if (templateName == null)
|
||||
{
|
||||
Reporter.Error.WriteLine($"Unrecognized type: {typeValue}".Red());
|
||||
Reporter.Error.WriteLine($"Avaiable types for {language.Name} :".Red());
|
||||
Reporter.Error.WriteLine($"Available types for {language.Name} :".Red());
|
||||
foreach (var t in language.Templates)
|
||||
{
|
||||
Reporter.Error.WriteLine($"- {t}".Red());
|
||||
|
|
Loading…
Add table
Reference in a new issue