Skip to content

Commit 23f877b

Browse files
authored
Merge pull request #55 from Meg528/patch-40
Update 5-combining-them-all.mdx
2 parents 5bc5a8c + 1372985 commit 23f877b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-simple-queries/5-combining-them-all.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# 👐 Combining stages
4+
# 👐 Combining Stages
55

66
Up until now, we've just been using one stage in the pipeline. But the power of the aggregation pipeline is that we can use many stages, and the output of one will be the input of the next. Think of it as UNIX pipes or using functional programming with `map`, `filter`, `reduce`, `flatmap`, etc.
77

0 commit comments

Comments
 (0)