Skip to content

Commit 410dd52

Browse files
authored
Update intro.mdx
1 parent ac67fd2 commit 410dd52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/intro.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ sidebar_position: 0
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
10+
|Lab goals|Learn about aggregation pipelines writing aggregation pipelines|
1111
|-|-|
12-
|What you'll learn|What are Aggregation Pipelines |
13-
||How are they different from simple MongoDB queries or SQL|
12+
|What you'll learn|What are aggregation pipelines? |
13+
||How are they different from simple MongoDB queries or SQL?|
1414
||How to use simple pipelines to get data, filter it, show the fields needed|
1515
||How to write more advanced pipelines, querying arrays, counting and sorting results|
1616
||How to do JOINs using $lookup|
@@ -19,11 +19,11 @@ import TabItem from '@theme/TabItem';
1919
||How to write aggregations using popular programming languages (TBD)|
2020
|Time to complete|90 mins|
2121

22-
In the navigation bar and in some pages, you will notice some icons. Here is their meaning:
22+
In the navigation bar and on some pages, you will notice some icons. Here are their meanings:
2323

2424
|Icon|Meaning|
2525
|-|:-|
26-
|📘|Lecture material - If you're following along in an instructor lead session, they probably have covered this already.|
26+
|📘|Lecture material - If you're following along in an instructor-led session, they probably have covered this already.|
2727
|👐|Hands-on content - Get ready to get some work done. You should follow these steps.|
28-
|💬|Discussion - Item to discuss during the Lab|
29-
|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.|
28+
|💬|Discussion - Item to discuss during the lab|
29+
|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.|

0 commit comments

Comments
 (0)