Fix a small typo in entrypoints documentation

This commit is contained in:
Dominik Schwaiger 2024-11-12 10:14:04 +01:00 committed by GitHub
parent a79cdd1dfa
commit 00a5f4c401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -472,7 +472,7 @@ Setting them has no effect for UDP entryPoints.
If zero, no timeout exists. If zero, no timeout exists.
Can be provided in a format supported by [time.ParseDuration](https://golang.org/pkg/time/#ParseDuration) or as raw values (digits). Can be provided in a format supported by [time.ParseDuration](https://golang.org/pkg/time/#ParseDuration) or as raw values (digits).
If no units are provided, the value is parsed assuming seconds. If no units are provided, the value is parsed assuming seconds.
We strongly suggest to adapt this value accordingly to the your needs. We strongly suggest adapting this value accordingly to your needs.
```yaml tab="File (YAML)" ```yaml tab="File (YAML)"
## Static configuration ## Static configuration