From addbd5bdf5170d105e5c461ee07f8593e0f57f30 Mon Sep 17 00:00:00 2001 From: Pablo Mercado Date: Thu, 1 Apr 2021 08:43:49 +0200 Subject: [PATCH] Update docs/sources/httppoller.md Co-authored-by: Sameer Naik --- docs/sources/httppoller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/httppoller.md b/docs/sources/httppoller.md index 4b861ecf0..bb09f8534 100644 --- a/docs/sources/httppoller.md +++ b/docs/sources/httppoller.md @@ -26,7 +26,7 @@ In the Source creation form add the following information: - **Basic Auth Password** (optional) points to a secret that contains the HTTP basic authentication password. - **Headers** (optional) is a set of key/value pairs that will be set within the HTTP request. -`Frequency` is formated after [Go's duration parsing][go-duration]. Most tipically this value will contain a number followed by one of "ns", "us" or "µs", "ms", "s", "m", "h". Valid examples are `15000ms` or `15s` for 15 seconds, `60m` or `1h` for one hour. +`Frequency` is formatted after [Go's duration parsing][go-duration]. Most typically this value will contain a number followed by one of "ns", "us" or "µs", "ms", "s", "m", "h". Valid examples are `15000ms` or `15s` for 15 seconds, `60m` or `1h` for one hour. When using `CA Certificate` it should be copied into the text area in plain text.