docs(typos): fix typos in dev guide

This commit is contained in:
Tyson Benson
2012-08-09 00:12:54 +10:00
committed by Misko Hevery
parent 8bb3942453
commit b7d5fa1cbe
11 changed files with 30 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
@name Developer Guide: Angular Services: Testing Angular Services
@description
Following is a unit test for the service in the example in {@link
The following is a unit test for the 'notify' service in the 'Dependencies' example in {@link
dev_guide.services.creating_services Creating Angular Services}. The unit test example uses Jasmine
spy (mock) instead of a real browser alert.