From 1448f6054768c989c263da8762f64747ff6750e3 Mon Sep 17 00:00:00 2001 From: Andrew Hampton Date: Mon, 14 Jun 2021 10:57:37 -0400 Subject: [PATCH] docs: fix typo in Trace Viewer documentation (#7105) --- docs/src/trace-viewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index f7fdef05fc..86b56b2f60 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -141,7 +141,7 @@ That helps locating the action of interest very quickly. ## Snapshots -When tracing with the [`option: snapshots`] option turned on, Playwright captures a set of complete DOM snapshots for each action. Depending on the typ of the action, it will capture: +When tracing with the [`option: snapshots`] option turned on, Playwright captures a set of complete DOM snapshots for each action. Depending on the type of the action, it will capture: | Type | Description | |------|-------------|