From 81f95b658fd72e980aaf2449c6b43b28b8084312 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Tue, 3 Jun 2025 10:11:26 -0400 Subject: [PATCH] chore(rel): spelling fix for postgres collation docs --- docs/admin/postgresql_collation_version_mismatch_resolution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/postgresql_collation_version_mismatch_resolution.mdx b/docs/admin/postgresql_collation_version_mismatch_resolution.mdx index 8031f2db7..6243ae69a 100644 --- a/docs/admin/postgresql_collation_version_mismatch_resolution.mdx +++ b/docs/admin/postgresql_collation_version_mismatch_resolution.mdx @@ -2,7 +2,7 @@ # Issue Summary -Customers whom initially deployed Sourcegraph versions prior to v6.2.2553 using the Sourcegraph provided PostgreSQL containers may encounter PostgreSQL collation version mismatch warnings after upgrading to more recent Sourcegraph versions due to an underlying glibc version update. +Customers who initially deployed Sourcegraph versions prior to v6.2.2553 using the Sourcegraph provided PostgreSQL containers may encounter PostgreSQL collation version mismatch warnings after upgrading to more recent Sourcegraph versions due to an underlying glibc version update. # Impact