Skip to content

Commit

Permalink
Fix punctuation error in $provide.value example
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Mar 27, 2015
1 parent 4b2b1f9 commit 28746a4
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 @@ -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 28746a4

Please sign in to comment.