From 6f2eaf3009ffe115d4381231e1fae709dc70c918 Mon Sep 17 00:00:00 2001 From: mpl Date: Thu, 19 Sep 2019 16:20:06 +0200 Subject: [PATCH] fixed doc typoes --- docs/content/operations/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/operations/api.md b/docs/content/operations/api.md index 61141ad3d..f960607ed 100644 --- a/docs/content/operations/api.md +++ b/docs/content/operations/api.md @@ -21,7 +21,7 @@ would be to apply the following protection mechanisms: ## Configuration -If you enable the API, a new special `service` named `api@internal` is created and then can be reference in a router. +If you enable the API, a new special `service` named `api@internal` is created and can then be referenced in a router. To enable the API handler: @@ -37,7 +37,7 @@ api: {} --api=true ``` -And then you will able to reference it like this. +And then you will be able to reference it like this: ```yaml tab="Docker" - "traefik.http.routers.api.rule=PathPrefix(`/api`) || PathPrefix(`/dashboard`)"