We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639a387 commit d27f0fbCopy full SHA for d27f0fb
patterns/service.md
@@ -8,7 +8,7 @@
8
* [Array](#provide-a-myarray-property-)
9
* [Boolean](#provide-a-myboolean-property-)
10
* [Date](#provide-a-mydate-property-)
11
- * [Method](#provide-a-mymethod-property-)
+ * [Method](#provide-a-mymethod-function-)
12
* [Null](#provide-a-mynull-property-)
13
* [Number](#provide-a-mynumber-property-)
14
* [Object](#provide-a-myobject-property-)
@@ -144,7 +144,7 @@ it('should provide a myDate property', function () {
144
# CoffeeScript
145
it 'should provide a myMethod function', ->
146
expect(typeof mySvc.myMethod).toBe 'function'
147
-```
+````
148
149
```JavaScript
150
// JavaScript
0 commit comments