From 0d7761f097656f2cb67e3ddfef91fb1d57a584fd Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 8 Apr 2020 18:54:03 +0200 Subject: [PATCH] Fix typos in documentation --- docs/content/migration/v1-to-v2.md | 2 +- docs/content/user-guides/docker-compose/acme-dns/index.md | 2 +- webui/readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 688da3dfb..cf2a7594b 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -50,7 +50,7 @@ Then any router can refer to an instance of the wanted middleware. traefik.ingress.kubernetes.io/rule-type: PathPrefix spec: rules: - - host: test.locahost + - host: test.localhost http: paths: - path: /test diff --git a/docs/content/user-guides/docker-compose/acme-dns/index.md b/docs/content/user-guides/docker-compose/acme-dns/index.md index aa6124f0d..2383234c2 100644 --- a/docs/content/user-guides/docker-compose/acme-dns/index.md +++ b/docs/content/user-guides/docker-compose/acme-dns/index.md @@ -131,7 +131,7 @@ The point is to manage those secret files by another mean, and read them from th !!! Note You could store those secrets anywhere on the server, - just make sure to use the proper path for the `file` directive fo the secrets definition in the `docker-compose.yml` file. + just make sure to use the proper path for the `file` directive for the secrets definition in the `docker-compose.yml` file. - Use this `docker-compose.yml` file: diff --git a/webui/readme.md b/webui/readme.md index ca205bcef..4e58abf12 100644 --- a/webui/readme.md +++ b/webui/readme.md @@ -4,7 +4,7 @@ Access to Traefik Web UI, ex: http://localhost:8080 ## Interface -Traefik Web UI provide 2 types of informations: +Traefik Web UI provide 2 types of information: - Providers with their backends and frontends information. - Health of the web server.