From 062e355439a5e0c15ed54e15cb188a8cb1036bf0 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 12 Nov 2024 00:02:35 +0100 Subject: [PATCH] docs: fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ccc0ed97..c2952f39d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1173,9 +1173,9 @@ There was a problem when creating the tag v3.0.1, this tag has been invalidated. ## [0.4.0](https://github.com/go-acme/lego/releases/tag/0.4.0) (2017-07-13) -### Added~~ +### Added -~~- CLI: The `--http-timeout` switch. This allows for an override of the default client HTTP timeout. +- CLI: The `--http-timeout` switch. This allows for an override of the default client HTTP timeout. - lib: The `HTTPClient` field. This allows for an override of the default HTTP timeout for library HTTP requests. - CLI: The `--dns-timeout` switch. This allows for an override of the default DNS timeout for library DNS requests. - lib: The `DNSTimeout` switch. This allows for an override of the default client DNS timeout.