From 71f061ea9a5e01ddfcb7888adb478a8b97ceeff7 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Tue, 30 Aug 2022 17:25:12 +0100 Subject: [PATCH] docs: fix typo in opening paragraph (#16925) --- docs/src/trace-viewer-intro-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/trace-viewer-intro-js.md b/docs/src/trace-viewer-intro-js.md index 8af91af2ec..ab7eb64bcb 100644 --- a/docs/src/trace-viewer-intro-js.md +++ b/docs/src/trace-viewer-intro-js.md @@ -3,7 +3,7 @@ id: trace-viewer-intro title: "Trace Viewer" --- -Playwright Trace Viewer is a GUI tool that lets you explore recorded Playwright traces of your tests meaning you can go back and forward though each action of your test and visually see what was happening during each action. +Playwright Trace Viewer is a GUI tool that lets you explore recorded Playwright traces of your tests meaning you can go back and forward through each action of your test and visually see what was happening during each action. **You will learn** @@ -52,7 +52,7 @@ npx playwright test --trace on ``` :::note -The `trace-on` flag was introduced in Playwright v1.25. Check your `package.json` to sure you have at least this version of Playwright installed. +The `trace-on` flag was introduced in Playwright v1.25. Check your `package.json` to make sure you have at least this version of Playwright installed. ::: ## Opening the HTML Report