Skip to content

Commit 73f27b8

Browse files
authored
Merge pull request #287 from rosston/fix-faq-outline
Fix outline of FAQ in README
2 parents a31ab63 + ca4b648 commit 73f27b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ Here's a rough outline:
130130
1. [testdouble-chai](https://github.com/basecase/testdouble-chai)
131131
2. [testdouble-jasmine](https://github.com/BrianGenisio/testdouble-jasmine)
132132
11. [Frequently Asked Questions](docs/B-frequently-asked-questions.md#frequently-asked-questions)
133-
1. [Why doesn't `td.replace()` work with external CommonJS modules?](docs/B-frequently-asked-questions.md#why-doesnt-tdreplace-work-with-external-commonjs-modules)
133+
1. [Why shouldn't I call both td.when and td.verify for a single interaction with a test double?](docs/B-frequently-asked-questions.md#why-shouldnt-i-call-both-tdwhen-and-tdverify-for-a-single-interaction-with-a-test-double)
134134
12. [Configuration](docs/C-configuration.md#configuration)
135135
1. [td.config](docs/C-configuration.md#tdconfig)

0 commit comments

Comments
 (0)