From 00a5f4c401b24001a240247af10f73f41777c3da Mon Sep 17 00:00:00 2001 From: Dominik Schwaiger Date: Tue, 12 Nov 2024 10:14:04 +0100 Subject: [PATCH] Fix a small typo in entrypoints documentation --- docs/content/routing/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index b87e09b92..8c528d2f1 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -472,7 +472,7 @@ Setting them has no effect for UDP entryPoints. 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). 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)" ## Static configuration