Skip to content

Commit

Permalink
fixed doc typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl authored and traefiker committed Sep 19, 2019
1 parent e8fc16d commit 9f2fdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/operations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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`)"
Expand Down

0 comments on commit 9f2fdd3

Please sign in to comment.