From 971bdd52e744468d4d32b8306e759cf7cda10774 Mon Sep 17 00:00:00 2001 From: Yuze Date: Thu, 17 Oct 2019 12:52:11 +0800 Subject: [PATCH] Correct typos: automapper to autofac --- docs/en/Getting-Started-AspNetCore-Application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Getting-Started-AspNetCore-Application.md b/docs/en/Getting-Started-AspNetCore-Application.md index aad2254ab0..f0a715aacd 100644 --- a/docs/en/Getting-Started-AspNetCore-Application.md +++ b/docs/en/Getting-Started-AspNetCore-Application.md @@ -125,7 +125,7 @@ public class AppModule : AbpModule } ```` -3. Update `Program.cs` to use AutoMapper: +3. Update `Program.cs` to use Autofac: ````csharp using Microsoft.AspNetCore.Hosting;