Skip to content

Commit

Permalink
Merge pull request #2 from bendrucker/provide-value-docs
Browse files Browse the repository at this point in the history
Fix punctuation error in $provide.value example
  • Loading branch information
jamestalmage committed Mar 27, 2015
2 parents 4b2b1f9 + 28746a4 commit c001c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -183,7 +183,7 @@ beforeEach(module(function($provide){
doSomething: sinon.spy(),
somethingElse: sinon.spy()
};
$provide.value('myService myService);
$provide.value('myService', myService);
}));
```

Expand Down

0 comments on commit c001c26

Please sign in to comment.