Skip to content

Commit 55402d6

Browse files
authored
docs(instance): fix typo in snapshot doc (#3984)
1 parent 85a354b commit 55402d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ have one Instance with a volume containing the OS and another one
99
containing the application data, and you want to use different
1010
snapshot strategies on both volumes.
1111

12-
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
12+
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
1313
Volumes can be created from snapshots of their own type.
1414

1515
USAGE:

docs/commands/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ have one Instance with a volume containing the OS and another one
24092409
containing the application data, and you want to use different
24102410
snapshot strategies on both volumes.
24112411

2412-
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
2412+
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
24132413
Volumes can be created from snapshots of their own type.
24142414

24152415

internal/namespaces/instance/v1/instance_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ have one Instance with a volume containing the OS and another one
204204
containing the application data, and you want to use different
205205
snapshot strategies on both volumes.
206206
207-
A snapshot's volume type is its original volume's type (` + "`" + `l_ssd` + "`" + ` or ` + "`" + `b_ssd` + "`" + `).
207+
A snapshot's volume type is its original volume's type (` + "`" + `l_ssd` + "`" + ` or ` + "`" + `b_ssd` + "`" + `).
208208
Volumes can be created from snapshots of their own type.`,
209209
Namespace: "instance",
210210
Resource: "snapshot",

0 commit comments

Comments
 (0)