Skip to content

Commit 6fed9bd

Browse files
authored
Merge pull request #408 from apify/seo-descriptions
fix(seo)
2 parents 727180c + 4868bfe commit 6fed9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/academy/puppeteer_playwright/common_use_cases/paginating_through_results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Paginating through results
3-
description: Learn how to paginate through websites that use either page number-based pagination or lazy-loading pagination.
3+
description: Learn how to paginate through results on websites that use either page number-based pagination or dynamic lazy-loading pagination.
44
menuWeight: 2
55
paths:
66
- puppeteer-playwright/common-use-cases/paginating-through-results

content/academy/switching_to_typescript/unknown_and_type_assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unknown, any, type guards & type assertions
3-
description: Understand the "unknown" and "any" types, as well as how to use type guards to make your code safer and type assertions to avoid common TypeScript compiler errors.
3+
description: Understand the "unknown" and "any" types, as well as using type guards to make your code safer and type assertions to avoid common TypeScript compiler errors.
44
menuWeight: 7.6
55
paths:
66
- switching-to-typescript/unknown-and-type-assertions

0 commit comments

Comments
 (0)