Skip to content

Commit 3ad2f60

Browse files
committed
docs: use HTML entities for Promise<void>
1 parent 123a53a commit 3ad2f60

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/10 Page

1 file changed

+1
-1
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/10 Page/click--options--.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This method clicks on an element matching a `selector`.
3636

3737
| Type | Description |
3838
| ---- | ----------- |
39-
| Promise | An asynchronous operation that doesn't return a value. |
39+
| Promise&lt;void&gt; | An asynchronous operation that doesn't return a value. |
4040

4141
### Example
4242

0 commit comments

Comments
 (0)