Skip to content

Commit caa12ab

Browse files
authored
docs(airbyte-cdk): Fix error in incremental sync docs (#45194)
1 parent 950ea06 commit caa12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connector-development/config-based/understanding-the-yaml-file/incremental-syncs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The default state format is **per partition**, but there are options to enhance
220220
```
221221

222222
### Summary
223-
- **Per Partition**: Default, use for manageable partitions (<10k).
223+
- **Per Partition**: Default, use for manageable partitions (\<10k).
224224
- **Incremental Dependency**: Use for incremental parent streams with a dependent child cursor. Ensure API updates parent cursor with child records.
225225
- **Global Substream Cursor**: Ideal for large-scale parent streams with many partitions to optimize performance.
226226

0 commit comments

Comments
 (0)