Skip to content

Commit 476a35b

Browse files
Update docs/get-started/sample-tests.md
Co-authored-by: Manny Silva <[email protected]>
1 parent be52bba commit 476a35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/sample-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ npx doc-detective --input doc-content-inline-tests.md
2727
If you have test files in multiple directories or want to specify multiple files, then enter them separated with commas:
2828

2929
```bash
30-
npx doc-detective --input doc-content-inline-tests.md, /apis/api-tests.md
30+
npx doc-detective --input doc-content-inline-tests.md,/apis/api-tests.md
3131
```
3232

3333
To customize your test, file type, and directory options, create a `.doc-detective.json` [config](/docs/references/schemas/config) file. If a `.doc-detective.json` file exists in the directory when you run the comment, Doc Detective loads the config. Otherwise, you can specify a config path with the `--config` argument.

0 commit comments

Comments
 (0)