Skip to content

Commit 2536c10

Browse files
committed
Updated the wait overview docs
1 parent b87d98f commit 2536c10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/wait.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Waiting allows you to write complex tasks as a set of async code, without having
1010

1111
<PausedExecutionFree />
1212

13-
| Function | What it does |
14-
| :------------------------------------------------ | :------------------------------------------------------------- |
15-
| [wait.for()](/wait-for) | Waits for a specific period of time, e.g. 1 day. |
16-
| [wait.until()](/wait-until) | Waits until the provided `Date`. |
17-
| [wait.forToken()](/wait-for-token) | Pauses runs until a token is completed. |
18-
| [wait.forHttpCallback()](/wait-for-http-callback) | Pause runs until an HTTP callback is made to the provided URL. |
13+
| Function | What it does |
14+
| :--------------------------------------------------- | :------------------------------------------------------------- |
15+
| [wait.for()](/wait-for) | Waits for a specific period of time, e.g. 1 day. |
16+
| [wait.until()](/wait-until) | Waits until the provided `Date`. |
17+
| [wait.forToken()](/wait-for-token) | Pauses runs until a token is completed. |
18+
| [wait.createHttpCallback()](/wait-for-http-callback) | Pause runs until an HTTP callback is made to the provided URL. |

0 commit comments

Comments
 (0)