From 10d9dd804d97449eb6a046178d5314a6ddcb4470 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 21 Dec 2023 13:42:48 -0800 Subject: [PATCH] Update docs/src/api/class-tracing.md Co-authored-by: Dmitry Gozman Signed-off-by: Yury Semikhatsky --- docs/src/api/class-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-tracing.md b/docs/src/api/class-tracing.md index dd1f1ace98de6..012a97f367423 100644 --- a/docs/src/api/class-tracing.md +++ b/docs/src/api/class-tracing.md @@ -278,7 +278,7 @@ Trace name to be shown in the Trace Viewer. If specified, intermediate trace files are going to be saved into the files with the given name prefix inside the [`option: tracesDir`] folder specified in [`method: BrowserType.launch`]. -If you are looking for an option to specify ouput zip file name, you need to pass `path` option to +To specify the final trace zip file name, you need to pass `path` option to [`method: Tracing.stopChunk`] instead. ## async method: Tracing.stop