Browse Source

Contructor should be Constructor

pull/870/head
Tao Yang 8 years ago
committed by GitHub
parent
commit
e572785235
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Dependency-Injection.md

2
docs/en/Dependency-Injection.md

@ -170,7 +170,7 @@ public class BlogModule : AbpModule
There are three common ways of using a service that has already been registered.
### Contructor Injection
### Constructor Injection
This is the most common way of injecting a service into a class. For example:

Loading…
Cancel
Save