Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Nov 8, 2023
1 parent 5240476 commit fa5d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/examples/nested_data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Header from '../_examples-header.md';
In this example, you'll find a Python script that demonstrates how to control nested data using the `dlt` library.

We'll learn how to:
- [Adjust maximal nesting level in three ways:](../../general-usage/source#reduce-the-nesting-level-of-generated-tables)
- [Adjust maximum nesting level in three ways:](../../general-usage/source#reduce-the-nesting-level-of-generated-tables)
- Limit nesting levels with dlt decorator.
- Dynamic nesting level adjustment.
- Apply data type hints.
Expand Down

0 comments on commit fa5d56b

Please sign in to comment.