Skip to content

Commit

Permalink
Updated docs, added tip to source docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Aug 3, 2024
1 parent c0fa9d8 commit 44854dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ MongoDB databases. Our practical experience is that setting the `max_nesting_lev
produces the clearest and human-readable schemas.

:::tip TIP
The `max_table_nesting parameter` at the source level doesn't automatically apply to individual
The `max_table_nesting` parameter at the source level doesn't automatically apply to individual
resources when accessed directly (e.g., using `source.resources["resource_1"])`. To make sure it
works, either use `source.with_resources("resource_1")` or set the parameter directly on the resource.
:::
Expand Down

0 comments on commit 44854dc

Please sign in to comment.