Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)

This commit is contained in:
Arjun Lall 2025-06-25 11:51:38 -07:00 committed by GitHub
parent 3a369ddec3
commit 63a7fbc5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -38,10 +38,8 @@ Add the following key to your `settings.json`:
```json
{
"features": {
"checkpointing": {
"enabled": true
}
"checkpointing": {
"enabled": true
}
}
```