Skip to content

Commit 30bda0b

Browse files
committed
fix docs
1 parent fc77293 commit 30bda0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tool-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@
229229

230230
### `performance_start_trace`
231231

232-
**Description:** Starts a performance trace recording on the selected page.
232+
**Description:** Starts a performance trace recording on the selected page. This can be used to look for performance problems and insights to improve the performance of the page. It will also report Core Web Vital (CWV) scores for the page.
233233

234234
**Parameters:**
235235

236236
- **autoStop** (boolean) **(required)**: Determines if the trace recording should be automatically stopped.
237-
- **reload** (boolean) **(required)**: Determines if, once tracing has started, the page should be automatically reloaded
237+
- **reload** (boolean) **(required)**: Determines if, once tracing has started, the page should be automatically reloaded.
238238

239239
---
240240

0 commit comments

Comments
 (0)