Skip to content

Commit b507a47

Browse files
committed
Two small typos
1 parent 4cc02e8 commit b507a47

File tree

2 files changed

+2
-2
lines changed
  • src/app
    • basics/replay-devtools/browser-devtools/network-monitor
    • learn/comparisons/playwright

2 files changed

+2
-2
lines changed

src/app/basics/replay-devtools/browser-devtools/network-monitor/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Jump button helps you seek to the point in time where the fetch was initiate
2525
2. **Request** Shows the request body.
2626
3. **Response** Shows the response body.
2727
4. **Stack trace** Shows the stack trace associated with the request which is useful for jumping to the relevant source code.
28-
5. **Timings** Shows the timing information which is useful for understanding the waterfall.
28+
5. **Timing** Shows the timing information which is useful for understanding the waterfall.
2929

3030
## Learn more
3131

src/app/learn/comparisons/playwright/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How Runtime Replay compares with Playwright's trace viewer?
2+
title: How Runtime Replay compares with Playwright's trace viewer
33
---
44

55
Playwright Trace Viewer is a Session Replay tool that captures application metadata like console logs, test steps, and screenshots while the test is running. Replay is a browser that lets you record your test and debug it later with retroactive print statements and Browser DevTools.

0 commit comments

Comments
 (0)