From b9b0412f7c7e7a001824bea15e4344b2f1a2e660 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 9 Feb 2024 01:14:25 +0900 Subject: [PATCH] chore: fix typo (#2106) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7176e506..2c42a088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -918,7 +918,7 @@ There was a problem when creating the tag v3.0.1, this tag has been invalidated. ### Added: - lib: A new DNS provider for OTC. - lib: The `AWS_HOSTED_ZONE_ID` environment variable for the Route53 DNS provider to directly specify the zone. -- lib: The `RFC2136_TIMEOUT` enviroment variable to make the timeout for the RFC2136 provider configurable. +- lib: The `RFC2136_TIMEOUT` environment variable to make the timeout for the RFC2136 provider configurable. - lib: The `GCE_SERVICE_ACCOUNT_FILE` environment variable to specify a service account file for the Google Cloud DNS provider. ### Fixed: