Skip to content

Commit 5280d9d

Browse files
Fixed SQL typos
1 parent 9bfeede commit 5280d9d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/50-aggregation/1-aggregation-intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An aggregation pipeline consists of multiple **stages**, where each stage proces
3939
{ stage2 },
4040
{ stage3 },
4141
...
42-
])
42+
]);
4343
```
4444

4545
Each stage uses a specific **operator** (like `$match`, `$project`, or `$group`) to manipulate the data.
File renamed without changes.

0 commit comments

Comments
 (0)