docs: fix typo in opening paragraph (#16925)

This commit is contained in:
Kelvin Oghenerhoro Omereshone 2022-08-30 17:25:12 +01:00 committed by GitHub
parent bcf2a06e53
commit 71f061ea9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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