From e5727852354f64d2265e967c9639aa896a6d3a6f Mon Sep 17 00:00:00 2001 From: Tao Yang Date: Wed, 13 Mar 2019 14:07:38 +0800 Subject: [PATCH] Contructor should be Constructor --- docs/en/Dependency-Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Dependency-Injection.md b/docs/en/Dependency-Injection.md index d1ca14950c..5d8ddbf94e 100644 --- a/docs/en/Dependency-Injection.md +++ b/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: