diff --git a/apps/docs/docs/user/composite-blocks.md b/apps/docs/docs/user/composite-blocks.md index f5c9bdb57..3db9e78f1 100644 --- a/apps/docs/docs/user/composite-blocks.md +++ b/apps/docs/docs/user/composite-blocks.md @@ -102,7 +102,7 @@ If the CSVExtractor is available in the scope of the `CarsPipeline` from before ```jayvee pipeline CarsPipeline { // HttpExtractor, TextFileInterpreter and CSVInterpreter have been replaced by CSVExtractor - CSVExtractor + CarsExtractor -> CarsTableInterpreter -> CarsLoader;