Skip to content

Commit f235995

Browse files
authored
Merge pull request #4 from mongodb-developer/local_mongodb
Nit
2 parents 13e09f9 + 388f8ca commit f235995

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/20-dev-env/2-dev-env-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In the modal that appears, click **Python environments...** and select the inter
3535
That's it! You're ready for the lab!
3636

3737
<details>
38-
<summary>🦹 Use the MongoDB for VS Code extension to interact with the local MongoDB cluster from the VSCode IDE </summary>
38+
<summary>🦹 Use the MongoDB for VS Code extension to interact with the local MongoDB cluster from the VSCode IDE. </summary>
3939

4040
In the left navigation bar of the IDE, click on the leaf icon. Under Connections, click the **Add Connection** button.
4141

docs/30-import-data/1-import-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Let's first import a dataset to use for this lab. We will use a collection of bo
55
Run the cells under the **Step 2: Import data into MongoDB** section in the notebook to import the dataset for this lab into a MongoDB collection.
66

77
<details>
8-
<summary>🦹 Visually verify that the data has been imported into the local MongoDB cluster </summary>
8+
<summary>🦹 Visually verify that the data has been imported into the local MongoDB cluster. </summary>
99

1010
Click the leaf icon in the left navigation bar of the IDE.
1111

docs/40-perform-vector-search/2-add-embeddings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ collection.update_one(filter, update)
6161
</details>
6262

6363
<details>
64-
<summary>🦹 Visually verify that embeddings have been added to the documents in the `books` collection </summary>
64+
<summary>🦹 Visually verify that embeddings have been added to the documents in the `books` collection. </summary>
6565

6666
Click on the leaf icon in the left navigation bar of the IDE.
6767

0 commit comments

Comments
 (0)