From 38b3f70220909396ea470bbdba5de376eea1f6ba Mon Sep 17 00:00:00 2001 From: Jesse Gibson Date: Sun, 27 Sep 2020 08:32:05 -0600 Subject: [PATCH] docs: fix markdown link syntax (#10545) --- docs/GlobalAPI.md | 2 +- website/versioned_docs/version-26.4/GlobalAPI.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GlobalAPI.md b/docs/GlobalAPI.md index 6800dc752c6c..220985c9053e 100644 --- a/docs/GlobalAPI.md +++ b/docs/GlobalAPI.md @@ -471,7 +471,7 @@ Also under the alias: `it.concurrent(name, fn, timeout)` Use `test.concurrent` if you want the test to run concurrently. -> Note: `test.concurrent` is considered experimental - see [here])https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues +> Note: `test.concurrent` is considered experimental - see [here](https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues The first argument is the test name; the second argument is an asynchronous function that contains the expectations to test. The third argument (optional) is `timeout` (in milliseconds) for specifying how long to wait before aborting. _Note: The default timeout is 5 seconds._ diff --git a/website/versioned_docs/version-26.4/GlobalAPI.md b/website/versioned_docs/version-26.4/GlobalAPI.md index f4aa940b0df8..1d993f50b1c9 100644 --- a/website/versioned_docs/version-26.4/GlobalAPI.md +++ b/website/versioned_docs/version-26.4/GlobalAPI.md @@ -472,7 +472,7 @@ Also under the alias: `it.concurrent(name, fn, timeout)` Use `test.concurrent` if you want the test to run concurrently. -> Note: `test.concurrent` is considered experimental - see [here])https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues +> Note: `test.concurrent` is considered experimental - see [here](https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues The first argument is the test name; the second argument is an asynchronous function that contains the expectations to test. The third argument (optional) is `timeout` (in milliseconds) for specifying how long to wait before aborting. _Note: The default timeout is 5 seconds._