Skip to content

Commit 52a02a1

Browse files
committed
Fix jsdoc
1 parent ff579ba commit 52a02a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/playwright/lib/load-page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const getFrontendJsonUrl = (path: string) => {
3939
};
4040

4141
/**
42-
* @param path The Frontend URL to fetch the JSON payload
43-
* e.g. `https://www.theguardian.com/world/2025/aug/19/the-big-church-move-sweden-kiruna-kyrka`
42+
* @param path The path for a DCR endpoint path
43+
* e.g. `/Article/https://www.theguardian.com/world/2025/aug/19/the-big-church-move-sweden-kiruna-kyrka`
4444
* @param cookies Cookies to send with the request
4545
* e.g. `GU_EDITION=US`
4646
* @param queryParams Query parameters to append to the request

0 commit comments

Comments
 (0)