Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: mpl <mathieu.lonjaret@gmail.com>
  • Loading branch information
2 people authored and traefiker committed Mar 18, 2020
1 parent 713daa0 commit 62d5474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/routing/entrypoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ This section is a convenience to enable (permanent) redirecting of all incoming

_Optional, Default=true_

Applied a permanent redirection.
To apply a permanent redirection.

```toml tab="File (TOML)"
[entryPoints.foo]
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/traefik/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (i *Provider) redirection(ctx context.Context, cfg *dynamic.Configuration)

def := ep.HTTP.Redirections
if def.EntryPoint == nil || def.EntryPoint.To == "" {
logger.Error("unable to create redirection: entry point or the port is missing")
logger.Error("Unable to create redirection: the entry point or the port is missing")
continue
}

Expand Down

0 comments on commit 62d5474

Please sign in to comment.