Skip to content

Commit b844c82

Browse files
authored
Merge pull request #48 from Meg528/patch-31
Update 3-structure-aggregation.mdx
2 parents fafc731 + d7e4c47 commit b844c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/20-what-is-aggregation/3-structure-aggregation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: See the parts that compose an aggregation pipeline.
44

55
# 📘 Structure of an Aggregation Pipeline
66

7-
To interact with a relational database, we typically use SQL, a 4th-generation language, to access our data. With MongoDB, we instead get data and transform it in incremental steps.
7+
To interact with a relational database, we typically use SQL, a fourth-generation language, to access our data. With MongoDB, we instead get data and transform it in incremental steps.
88

99
An aggregation pipeline is composed of [__stages__](https://www.mongodb.com/docs/manual/reference/operator/aggregation-pipeline/).
1010

0 commit comments

Comments
 (0)