diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index 9a71e2f4d..52290000e 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -91,7 +91,7 @@ and whether to listen for TCP or UDP. ### General EntryPoints are part of the [static configuration](../getting-started/configuration-overview.md#the-static-configuration). -You can define them using a toml file, CLI arguments, or a key-value store. +They can be defined by using a file (TOML or YAML) or CLI arguments. ??? info "See the complete reference for the list of available options"