From 7177853ac9b8ac491d4026052db97187fd38741d Mon Sep 17 00:00:00 2001 From: Muhammad Habib Rohman Date: Wed, 15 Feb 2017 17:02:51 +0700 Subject: [PATCH] fix angularjs typing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd20e70..3ee6a4a3 100644 --- a/README.md +++ b/README.md @@ -1591,7 +1591,7 @@ depend on abstractions. 2. Abstractions should not depend upon details. Details should depend on abstractions. -This can be hard to understand at first, but if you've worked with Angular.js, +This can be hard to understand at first, but if you've worked with AngularJS, you've seen an implementation of this principle in the form of Dependency Injection (DI). While they are not identical concepts, DIP keeps high-level modules from knowing the details of its low-level modules and setting them up.