Skip to content

Commit 26b8e1a

Browse files
committed
chore: typo
1 parent 753361c commit 26b8e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/tigris/snapshots-and-forks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const sourceBucketSnapshot = "1760550614083112540";
119119

120120
const fromSnapshot = await createBucket(forkName, {
121121
sourceBucketName: sourceBucketName,
122-
sourceBucketSnapshot: sourceBucketSnapshotName,
122+
sourceBucketSnapshot: sourceBucketSnapshot,
123123
});
124124

125125
if (fromSnapshot.error) {

0 commit comments

Comments
 (0)