Skip to content

Commit cef3966

Browse files
authored
Minor description tweaks
1 parent 3c76445 commit cef3966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ connection:
1212
type: object
1313
properties:
1414
host:
15-
description: "Database server to connect to. ex. host.domain.tld"
15+
description: "Database server to connect to. e.g. host.domain.tld"
1616
type: string
1717
required: false
1818
username:
@@ -25,7 +25,7 @@ connection:
2525
secret: true
2626
required: false
2727
database:
28-
description: "Database to connect to, to run querys against."
28+
description: "Database to connect to, to run queries against."
2929
type: string
3030
required: true
3131
port:
@@ -36,4 +36,4 @@ connection:
3636
description: "The type of database that is being connected to."
3737
type: string
3838
required: true
39-
additionalProperties: false
39+
additionalProperties: false

0 commit comments

Comments
 (0)