Skip to content

Commit 78df19c

Browse files
committed
Make custom matchers heading levels consistent
All other docs use level 1 and level 2 headings.
1 parent 699bdeb commit 78df19c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/8-custom-matchers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Custom argument matchers
1+
# Custom argument matchers
22

33
In addition to the built-in argument matchers described along with
44
[stubbing](5-stubbing-results.md#loosening-stubbings-with-argument-matchers),
@@ -17,7 +17,7 @@ actual invocation if it passes lodash's deep
1717

1818
The examples in this document assume you've aliased `testdouble` to `td`.
1919

20-
#### Example
20+
## Example
2121

2222
Here's a naive implementation of a matcher named `isA` which will check whether
2323
the expected type of an argument matches the type of the argument actually passed
@@ -44,7 +44,7 @@ datePicker(new Date()) // 'good'
4444
datePicker(5) // undefined
4545
```
4646

47-
#### td.matchers.create API
47+
## td.matchers.create API
4848

4949
The `create` function takes a configuration object with the following properties
5050

0 commit comments

Comments
 (0)