From b5f07d2995c21e9f1fb82514899a10d9e07c4a5f Mon Sep 17 00:00:00 2001 From: dat-gitto-kid <46463093+dat-gitto-kid@users.noreply.github.com> Date: Thu, 26 Sep 2019 12:20:04 -0400 Subject: [PATCH] Change instances of "dymanic" to "dynamic" --- docs/content/migration/v1-to-v2.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 19096245d..147ade5bb 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -413,7 +413,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd ##---------------------## ## dynamic configuration - # dymanic-conf.toml + # dynamic-conf.toml [http.routers] [http.routers.router0] @@ -457,7 +457,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd ##---------------------## ## dynamic configuration - # dymanic-conf.yml + # dynamic-conf.yml http: routers: @@ -883,12 +883,12 @@ As the dashboard access is now secured by default you can either: [api] [providers.file] - filename = "/dymanic-conf.toml" + filename = "/dynamic-conf.toml" ##---------------------## ## dynamic configuration - # dymanic-conf.toml + # dynamic-conf.toml [http.routers.api] rule = "Host(`traefik.docker.localhost`)" @@ -915,12 +915,12 @@ As the dashboard access is now secured by default you can either: providers: file: - filename: /dymanic-conf.yaml + filename: /dynamic-conf.yaml ##---------------------## ## dynamic configuration - # dymanic-conf.yaml + # dynamic-conf.yaml http: routers: