diff --git a/docs/en/data-modeling/backfilling.md b/docs/en/data-modeling/backfilling.md index 3f5f14423f3..54d1e453d2f 100644 --- a/docs/en/data-modeling/backfilling.md +++ b/docs/en/data-modeling/backfilling.md @@ -66,7 +66,7 @@ The full PyPi dataset, consisting of over 1 trillion rows, is available in our p ## Backfilling scenarios -Backfilling is typically needed when a stream of data is being consumed from a point in time. This data is being inserted into ClickHouse tables with [incremental materialized views](/docs/en/materialized-view), trigging on blocks as they are inserted. These views may be transforming the data prior to insert or computing aggregates and sending results to target tables for later use my downstream applications. +Backfilling is typically needed when a stream of data is being consumed from a point in time. This data is being inserted into ClickHouse tables with [incremental materialized views](/docs/en/materialized-view), trigging on blocks as they are inserted. These views may be transforming the data prior to insert or computing aggregates and sending results to target tables for later use in downstream applications. We will attempt to cover the following scenarios: