Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit addbd5b

Browse files
Pablo MercadoSameer Naik
andauthored
Update docs/sources/httppoller.md
Co-authored-by: Sameer Naik <sameer@triggermesh.com>
1 parent 4cde900 commit addbd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/httppoller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the Source creation form add the following information:
2626
- **Basic Auth Password** (optional) points to a secret that contains the HTTP basic authentication password.
2727
- **Headers** (optional) is a set of key/value pairs that will be set within the HTTP request.
2828

29-
`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.
29+
`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.
3030

3131
When using `CA Certificate` it should be copied into the text area in plain text.
3232

0 commit comments

Comments
 (0)