Skip to content

Commit 7a3a408

Browse files
authored
Fix typo
Fixes incorrect spelling of "primary".
1 parent dc85c70 commit 7a3a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/architecture/high-availability/multi-cluster-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ cluster : standby (crunchy-postgres-ha:{{< param centosBase >}}-{{< param postgr
268268

269269
There comes a time where a standby cluster needs to be promoted to an active
270270
cluster. Promoting a standby cluster means that a PostgreSQL instance within
271-
it will become a priary and start accepting both reads and writes. This has the
271+
it will become a primary and start accepting both reads and writes. This has the
272272
net effect of pushing WAL (transaction archives) to the pgBackRest repository,
273273
so we need to take a few steps first to ensure we don't accidentally create a
274274
split-brain scenario.

0 commit comments

Comments
 (0)