Skip to content

Commit bda67df

Browse files
stvnwrgsroypat
authored andcommitted
chore: remove invalid trailing comma from the documentation
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]>
1 parent 8d2ab8e commit bda67df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snapshotting/snapshot-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ curl --unix-socket /tmp/firecracker.socket -i \
266266
-d '{
267267
"snapshot_type": "Full",
268268
"snapshot_path": "./snapshot_file",
269-
"mem_file_path": "./mem_file",
269+
"mem_file_path": "./mem_file"
270270
}'
271271
```
272272

0 commit comments

Comments
 (0)