Skip to content

Commit 2b133c7

Browse files
committed
fix wording
1 parent da44625 commit 2b133c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cluster-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `ClusterConnection` Custom Resource Definition (CRD) defines the connection details for a PostgreSQL cluster.
44
It specifies the host, port, database, and the credentials to use for administrative operations.
55

6-
Other Custom Resources (like `Database`, `Role`, `Schema`, `Grant`, `DefaultPrivilege`) reference to a specify target PostgreSQL cluster using `clusterRef` to be able to execute the operations on.
6+
Other Custom Resources (like `Database`, `Role`, `Schema`, `Grant`, `DefaultPrivilege`) reference a specific target PostgreSQL cluster using `clusterRef` on which to execute the operations.
77

88
## Spec
99

0 commit comments

Comments
 (0)