Skip to content

Commit 9fb7612

Browse files
authored
Merge pull request #5 from Meg528/patch-9
Update network.mdx
2 parents fd5e8d3 + 8dac641 commit 9fb7612

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/challenge/network.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ sidebar_position: 1
33
---
44

55

6-
# 👐 RUN : Network challenge
6+
# 👐 RUN : Network Challenge
77

88
:::info
99
The provided scripts are incomplete. Replace all `<CODE_BLOCK>` with the correct code to complete the lab.
1010
:::
1111

12-
### 1. Add 'My current IP' temporary into the atlas project
12+
### 1. Add "My current IP" temporary into the atlas project
1313

1414
```python
1515
from datetime import datetime, timedelta
@@ -37,11 +37,11 @@ delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z'
3737
3838
:::
3939
40-
### 2. Check that 'My current IP' was added:
40+
### 2. Check that "My current IP" was added
4141
```python
4242
!atlas accessLists list --output json --projectId {project_id}
4343
```
4444

45-
## Next Steps
45+
## Next steps
4646

47-
Start the chapter on [Authentication](./authentication) for database user management.
47+
Start the chapter on [authentication](./authentication) for database user management.

0 commit comments

Comments
 (0)