File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ sidebar_position: 1
3
3
---
4
4
5
5
6
- # 👐 RUN : Network challenge
6
+ # 👐 RUN : Network Challenge
7
7
8
8
:::info
9
9
The provided scripts are incomplete. Replace all ` <CODE_BLOCK> ` with the correct code to complete the lab.
10
10
:::
11
11
12
- ### 1. Add ' My current IP' temporary into the atlas project
12
+ ### 1. Add " My current IP" temporary into the atlas project
13
13
14
14
``` python
15
15
from datetime import datetime, timedelta
@@ -37,11 +37,11 @@ delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z'
37
37
38
38
:::
39
39
40
- ### 2. Check that ' My current IP' was added:
40
+ ### 2. Check that " My current IP" was added
41
41
```python
42
42
!atlas accessLists list --output json --projectId {project_id}
43
43
```
44
44
45
- ## Next Steps
45
+ ## Next steps
46
46
47
- Start the chapter on [ Authentication ] ( ./authentication ) for database user management.
47
+ Start the chapter on [ authentication ] ( ./authentication ) for database user management.
You can’t perform that action at this time.
0 commit comments