diff --git a/guide/english/javascript/angularjs-interview-questions/index.md b/guide/english/javascript/angularjs-interview-questions/index.md index 504fcfaca5..bd36910bb6 100644 --- a/guide/english/javascript/angularjs-interview-questions/index.md +++ b/guide/english/javascript/angularjs-interview-questions/index.md @@ -45,7 +45,7 @@ Answer: $timeout is AngularJs' wrapper for window.setTimeout, you cancel a timeo // write your code. }); -Question: What is the Dependency Injection? +Question: What is Dependency Injection? Answer: Dependency Injection (DI) is a software design pattern that deals with how components get hold of their dependencies. The AngularJS injector subsystem is in charge of creating components, resolving their dependencies, and providing them to other components as requested.