Browse Source

Merge pull request #1 from xxyuze/Correct-doc-typos

Correct typos: automapper to autofac
pull/1930/head
Yuze 7 years ago
committed by GitHub
parent
commit
a23c3165e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Getting-Started-AspNetCore-Application.md

2
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;

Loading…
Cancel
Save