Skip to content

Commit 07cdb45

Browse files
committed
pattern(service): return missing $ to 'it'
1 parent 62eba4d commit 07cdb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ it 'getData should return make $http call', ->
372372

373373
```JavaScript
374374
// JavaScript
375-
it('getData should make http call', function () {
375+
it('getData should make $http call', function () {
376376
var data;
377377

378378
//given

0 commit comments

Comments
 (0)