Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter authored Oct 22, 2017
1 parent 058323a commit 44f4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SigSpec.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static async Task RunAsync()
var settings = new SigSpecGeneratorSettings();
var generator = new SigSpecGenerator(settings);

// TODO: Added PR to SignlaR Core with new IHubDescriptionCollectionProvider service
// TODO: Add PR to SignlaR Core with new IHubDescriptionCollectionProvider service
var document = await generator.GenerateForHubsAsync(new Dictionary<string, Type>
{
{ "/chat", typeof(ChatHub) }
Expand Down

0 comments on commit 44f4b21

Please sign in to comment.