Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#196 from rohmanhm/master
Browse files Browse the repository at this point in the history
fix angularjs typing
  • Loading branch information
ryanmcdermott authored Feb 15, 2017
2 parents fce6919 + 7177853 commit 7af6985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7af6985

Please sign in to comment.