From d7e4c479e732b3151bb0f673e1963f75394b5ad1 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:07:53 -0700 Subject: [PATCH] Update 3-structure-aggregation.mdx --- docs/20-what-is-aggregation/3-structure-aggregation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/20-what-is-aggregation/3-structure-aggregation.mdx b/docs/20-what-is-aggregation/3-structure-aggregation.mdx index a411345..180c93b 100644 --- a/docs/20-what-is-aggregation/3-structure-aggregation.mdx +++ b/docs/20-what-is-aggregation/3-structure-aggregation.mdx @@ -4,7 +4,7 @@ description: See the parts that compose an aggregation pipeline. # 📘 Structure of an Aggregation Pipeline -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. +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. An aggregation pipeline is composed of [__stages__](https://www.mongodb.com/docs/manual/reference/operator/aggregation-pipeline/).