Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chucklu committed Aug 12, 2020
1 parent 0e48a71 commit 2248c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/AspnetCore.WebApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void ConfigureServices(IServiceCollection services)
// TODO: still not 100% happy with the logging part
services.AddCacheManagerConfiguration(Configuration, cfg => cfg.WithMicrosoftLogging(services));

// uses a refined configurastion (this will not log, as we added the MS Logger only to the configuration above
// uses a refined configuration (this will not log, as we added the MS Logger only to the configuration above
services.AddCacheManager<int>(Configuration, configure: builder => builder.WithJsonSerializer());

// creates a completely new configuration for this instance (also not logging)
Expand Down

0 comments on commit 2248c7f

Please sign in to comment.