Skip to content

Commit 6deea79

Browse files
authored
Merge pull request #17 from mongodb-developer/docs-fix
docs: correct invalid <CODE_BLOCK_5> placeholder to <CODE_BLOCK>
2 parents 1d30deb + 7b68190 commit 6deea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/challenge/network.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from datetime import datetime, timedelta
1717
# Calculate the date and time 24 hours from now
1818
delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z'
1919

20-
!atlas accessLists <CODE_BLOCK_5>
20+
!atlas accessLists <CODE_BLOCK>
2121
```
2222

2323
:::tip

0 commit comments

Comments
 (0)