Skip to content

Commit 123a53a

Browse files
mdcruzankur22
andauthored
Apply suggestions from code review
Co-authored-by: Ankur <[email protected]>
1 parent b35a352 commit 123a53a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The method finds an element matching the specified selector within the page. If
1515

1616
| Type | Description |
1717
| ---- | ----------- |
18-
| null or [ElementHandle](javascript-api/k6-experimental/browser/keyboard/) | Returns `ElementHandle` when a matching element is found. Else, it returns `null`. |
18+
| null \| [ElementHandle](javascript-api/k6-experimental/browser/keyboard/) | Returns `ElementHandle` when a matching element is found. Else, it returns `null`. |
1919

2020
### Example
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The method finds all elements matching the specified selector within the page. I
1515

1616
| Type | Description |
1717
| ---- | ----------- |
18-
| null or [ElementHandle](javascript-api/k6-experimental/browser/keyboard/)[] | Returns an array of `ElementHandle` when multiple elements are found. Else, it returns `null`. |
18+
| null \| [ElementHandle](javascript-api/k6-experimental/browser/keyboard/)[] | Returns an array of `ElementHandle` when multiple elements are found. Else, it returns `null`. |
1919

2020
### Example
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Events can be either:
3737

3838
| Type | Description |
3939
| ---- | ----------- |
40-
| Promise<null or [Response](/javascript-api/k6-experimental/browser/response/)> | The `Response` instance associated with the page. Else, it returns `null`. |
40+
| Promise<null \| [Response](/javascript-api/k6-experimental/browser/response/)> | The `Response` instance associated with the page. Else, it returns `null`. |
4141

4242
### Example
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Events can be either:
3434

3535
| Type | Description |
3636
| ---- | ----------- |
37-
| Promise<null or [Response](/javascript-api/k6-experimental/browser/response/)> | The `Response` instance associated with the page. Else, it returns `null` |
37+
| Promise<null \| [Response](/javascript-api/k6-experimental/browser/response/)> | The `Response` instance associated with the page. Else, it returns `null` |
3838

3939
### Example
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Element states can be either:
3636

3737
| Type | Description |
3838
| ---- | ----------- |
39-
| null or [ElementHandle](/javascript-api/k6-experimental/browser/keyboard/) | `ElementHandle` when a matching element is found. Else, it returns `null`. |
39+
| null \| [ElementHandle](/javascript-api/k6-experimental/browser/keyboard/) | `ElementHandle` when a matching element is found. Else, it returns `null`. |
4040

4141
### Example
4242

0 commit comments

Comments
 (0)