Skip to content

Commit 61804dd

Browse files
committed
Small grammar fixes
1 parent de202f5 commit 61804dd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

openapi-godiddy-api/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3359,12 +3359,12 @@ components:
33593359
description: An internal reference to a subject.
33603360
returnMetadata:
33613361
type: boolean
3362-
description: "Whether or not to return metadata in the response. Possible
3363-
values: true, false. Default value: false."
3362+
description: "Whether to return metadata in the response. Possible values: true,
3363+
false. Default value: false."
33643364
importCredential:
33653365
type: boolean
3366-
description: Whether or not to import an issued Verifiable Credential into a
3367-
wallet service.
3366+
description: Whether to import an issued Verifiable Credential into a wallet
3367+
service.
33683368
type:
33693369
type: string
33703370
description: "The type of proof to generate for the Verifiable Credential.
@@ -3965,8 +3965,8 @@ components:
39653965
verification process.
39663966
returnMetadata:
39673967
type: boolean
3968-
description: "Whether or not to return metadata in the response. Possible
3969-
values: true, false. Default value: false."
3968+
description: "Whether to return metadata in the response. Possible values: true,
3969+
false. Default value: false."
39703970
domain:
39713971
type: string
39723972
description: The intended domain of validity for the proof. For example

src/main/java/com/godiddy/cli/commands/config/ConfigEndpointCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ConfigEndpointCommand extends ConfigAbstractCommand implements Call
2626

2727
@CommandLine.Option(
2828
names = {"-r", "--raw"},
29-
description = "Whether or not to use raw endpoints that omit the component paths, e.g. /universal-resolver/, /universal-registrar/."
29+
description = "Whether to use raw endpoints that omit the component paths, e.g. /universal-resolver/, /universal-registrar/."
3030
)
3131
Boolean endpointRaw;
3232

src/main/java/com/godiddy/cli/commands/resolver/ResolveCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ResolveCommand extends GodiddyAbstractCommand implements Callable<I
4242

4343
@Option(
4444
names = {"-r", "--result"},
45-
description = "Whether or not to request a full DID resolution result including metadata.",
45+
description = "Whether to request a full DID resolution result including metadata.",
4646
defaultValue = "false"
4747
)
4848
Boolean result;

0 commit comments

Comments
 (0)