From 3ac95b869f346bed7f3bde0cbbbce2e54b208c91 Mon Sep 17 00:00:00 2001 From: damar Zaky Date: Sun, 14 Jul 2024 14:30:01 +0700 Subject: [PATCH] docs(trace-viewer.md): Improve grammar Signed-off-by: damar Zaky --- docs/src/trace-viewer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index 8a59c3e35f..edb58f4426 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -7,7 +7,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ## Introduction -Playwright Trace Viewer is a GUI tool that helps you explore recorded Playwright traces after the script has ran. Traces are a great way for debugging your tests when they fail on CI. You can open traces [locally](#opening-the-trace) or in your browser on [trace.playwright.dev](https://trace.playwright.dev). +Playwright Trace Viewer is a GUI tool that helps you explore recorded Playwright traces after the script has run. Traces are a great way for debugging your tests when they fail on CI. You can open traces [locally](#opening-the-trace) or in your browser on [trace.playwright.dev](https://trace.playwright.dev). ###### * langs: js @@ -493,7 +493,7 @@ pwsh bin/Debug/netX/playwright.ps1 show-trace trace.zip ## Viewing remote traces -You can open remote traces using it's URL. They could be generated on a CI run which makes it easy to view the remote trace without having to manually download the file. +You can open remote traces using its URL. They could be generated on a CI run which makes it easy to view the remote trace without having to manually download the file. ```bash js npx playwright show-trace https://example.com/trace.zip