Skip to content

Commit 7af6985

Browse files
Merge pull request ryanmcdermott#196 from rohmanhm/master
fix angularjs typing
2 parents fce6919 + 7177853 commit 7af6985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ depend on abstractions.
15911591
2. Abstractions should not depend upon details. Details should depend on
15921592
abstractions.
15931593

1594-
This can be hard to understand at first, but if you've worked with Angular.js,
1594+
This can be hard to understand at first, but if you've worked with AngularJS,
15951595
you've seen an implementation of this principle in the form of Dependency
15961596
Injection (DI). While they are not identical concepts, DIP keeps high-level
15971597
modules from knowing the details of its low-level modules and setting them up.

0 commit comments

Comments
 (0)