From a555f74bab489cee5262492edb45b5d6ecd8f111 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Thu, 29 Jun 2023 22:55:55 +0000 Subject: [PATCH] chore: fix typo in 1.44.0 changelog --- changelog/1.44.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.44.0.md b/changelog/1.44.0.md index 75b57d60..10c3df57 100644 --- a/changelog/1.44.0.md +++ b/changelog/1.44.0.md @@ -18,7 +18,7 @@ There are no new features in 1.44.0. - infra: Fixes an issue where Coder would not update OAuth refresh tokens correctly (see Breaking Changes above). -- infra: Improve some error messages when Git OAUTH credentials are expired. +- infra: Improve some error messages when Git OAuth credentials are expired. ### Security updates 🔐