Browse Source

Quickstart: fix minor derp

pull/946/head
Joe4evr 7 years ago
parent
commit
77bf467c0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/getting_started/samples/intro/structure.cs

+ 1
- 1
docs/guides/getting_started/samples/intro/structure.cs View File

@@ -66,7 +66,7 @@ class Program
// If this method is getting pretty long, you can seperate it out into another file using partials.
private static IServiceProvider ConfigureServices()
{
map = new ServiceCollection()
var map = new ServiceCollection()
// Repeat this for all the service classes
// and other dependencies that your commands might need.
.AddSingleton(new SomeServiceClass());


Loading…
Cancel
Save