From 6112a3d120ac979b4cd93926951ef4c5330bb38f Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Fri, 6 Mar 2020 10:48:22 -0500 Subject: [PATCH] Correct spelling --- src/web/ASP.Net.Unity.Example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/ASP.Net.Unity.Example/README.md b/src/web/ASP.Net.Unity.Example/README.md index 5a23ca2..a90abb5 100644 --- a/src/web/ASP.Net.Unity.Example/README.md +++ b/src/web/ASP.Net.Unity.Example/README.md @@ -14,7 +14,7 @@ Install-Package Unity.Microsoft.DependencyInjection ```C# public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args) - .UseUnityServiceProvider(...) <------ Add this line, you could pass IUnityContainer instrance + .UseUnityServiceProvider(...) <------ Add this line, you could pass IUnityContainer instance .ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup();