Skip to content

Commit c264dd7

Browse files
committed
Merge pull request mgechev#27 from atodorov/master
Typo fixes
2 parents e879fbf + 3dba1a8 commit c264dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ You can find more details for `$resource` [The magic of $resource](http://blog.m
583583

584584
Since Martin Fowler states that
585585

586-
> responsibility of the Active Record object is to take care of the communication with the databse in order to create...
586+
> responsibility of the Active Record object is to take care of the communication with the database in order to create...
587587
588588
`$resource` does not implements exactly the Active Record pattern, since it communicates with RESTful service instead of the database. Anyway, we can consider it as "Active Record like RESTful communication".
589589

@@ -1156,10 +1156,10 @@ function ObserverExample(ObserverService, $timeout, $scope) {
11561156
11571157
## References
11581158
1159-
1. [Wikipedia](https://en.wikipedia.org/wiki). The source of all brief descriptions of the design patterns is wikipedia.
1159+
1. [Wikipedia](https://en.wikipedia.org/wiki). The source of all brief descriptions of the design patterns is Wikipedia.
11601160
2. [AngularJS' documentation](https://docs.angularjs.org)
11611161
3. [AngularJS' git repository](https://github.com/angular/angular.js)
11621162
4. [Page Controller](http://msdn.microsoft.com/en-us/library/ff649595.aspx)
11631163
5. [Patterns of Enterprise Application Architecture (P of EAA)](http://martinfowler.com/books/eaa.html)
1164-
6. [Using Dependancy Injection to Avoid Singletons](http://googletesting.blogspot.com/2008/05/tott-using-dependancy-injection-to.html)
1164+
6. [Using Dependency Injection to Avoid Singletons](http://googletesting.blogspot.com/2008/05/tott-using-dependancy-injection-to.html)
11651165
7. [Why would one use the Publish/Subscribe pattern (in JS/jQuery)?](https://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery)

0 commit comments

Comments
 (0)