docs: remove some redundant instances of @returns (#9943)

This commit is contained in:
Nikolay Vitkov
2023-03-30 13:54:00 +02:00
committed by GitHub
parent e0eef01f1c
commit 1396274477
106 changed files with 364 additions and 361 deletions

View File

@@ -4,6 +4,8 @@ sidebar_label: Page.target
# Page.target() method
A target this page was created from.
#### Signature:
```typescript
@@ -15,5 +17,3 @@ class Page {
**Returns:**
[Target](./puppeteer.target.md)
A target this page was created from.