Skip to content

Commit 7391505

Browse files
docs(domain): modifs to domains doc for new developers site (#3072)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 3a8866a commit 7391505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AVAILABLE COMMANDS:
1010
baremetal Elastic Metal API
1111
cockpit Cockpit API
1212
container Container as a Service API
13-
dns Domains and DNS API documetation
13+
dns Domains and DNS API
1414
fip Flexible IP API
1515
function Function as a Service API
1616
help Get help about how the CLI works

internal/namespaces/domain/v2beta1/domain_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func GetGeneratedCommands() *core.Commands {
5252
}
5353
func dnsRoot() *core.Command {
5454
return &core.Command{
55-
Short: `Domains and DNS API documetation`,
55+
Short: `Domains and DNS API`,
5656
Long: `Manage your domains, DNS zones and records with the Domains and DNS API.`,
5757
Namespace: "dns",
5858
}

0 commit comments

Comments
 (0)