From 0454f916d43553dd86b11a16471fb51cc5d0b897 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Tue, 1 Dec 2020 00:05:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/guides/3-upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/3-upgrading.md b/content/guides/3-upgrading.md index 28e6d76..2a1d311 100644 --- a/content/guides/3-upgrading.md +++ b/content/guides/3-upgrading.md @@ -5,7 +5,7 @@ slug: /guides/upgrading # Upgrading to 8.0 -node-postgres at 8.0 introduces a breaking change to ssl-verified connetions. If you connect with ssl and use +node-postgres at 8.0 introduces a breaking change to ssl-verified connections. If you connect with ssl and use ``` const client = new Client({ ssl: true })