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

Correct typos: automapper to autofac
pull/1930/head
Yuze 6 years ago committed by GitHub
commit a23c3165e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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