Skip to content

Commit

Permalink
chore: remove invalid trailing comma from the documentation
Browse files Browse the repository at this point in the history
Remove invalid trailing comma from a json body of a request in the
documentation.

Co-Authored-By: Steven Wirges <[email protected]>
Signed-off-by: Egor Lazarchuk <[email protected]>
  • Loading branch information
stvnwrgs authored and roypat committed Jan 8, 2025
1 parent 8d2ab8e commit bda67df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snapshotting/snapshot-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ curl --unix-socket /tmp/firecracker.socket -i \
-d '{
"snapshot_type": "Full",
"snapshot_path": "./snapshot_file",
"mem_file_path": "./mem_file",
"mem_file_path": "./mem_file"
}'
```

Expand Down

0 comments on commit bda67df

Please sign in to comment.