Skip to content

Commit dd5a756

Browse files
committed
refactor(puppeteer-playwright): namings
1 parent 58831d7 commit dd5a756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/academy/puppeteer_playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npm install puppeteer
5858
4. [Reading & intercepting requests]({{@link puppeteer_playwright/reading_intercepting_requests.md}})
5959
5. [Using proxies]({{@link puppeteer_playwright/proxies.md}})
6060
6. [Creating multiple browser contexts]({{@link puppeteer_playwright/browser_contexts.md}})
61-
61+
7. [Common use cases]({{@link puppeteer_playwright/common_use_cases.md}})
6262

6363
## [](#next) First up
6464

content/academy/puppeteer_playwright/common_use_cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: VII - Common use cases
2+
title: Common use cases
33
description: Learn about some of the most common uses cases of Playwright and Puppeteer, and how to handle these use cases when you run into them.
44
menuWeight: 7.7
55
paths:

0 commit comments

Comments
 (0)