From d0b21efd36384523426c1920eabd42608ce96df5 Mon Sep 17 00:00:00 2001 From: Felix SOEDJEDE Date: Wed, 15 Apr 2020 17:26:05 +0200 Subject: [PATCH] Added missing text `a yaml file` in Configuration --- 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 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"