Skip to content

Commit

Permalink
Merge pull request #3199 from mooncak/remove_duplication
Browse files Browse the repository at this point in the history
Remove duplication in files
  • Loading branch information
k8s-ci-robot authored Oct 7, 2018
2 parents 5fa7b1f + df79cd8 commit be5b86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/customization/custom-errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ service/nginx-errors ClusterIP 10.0.0.12 <none> 80/TCP 10s

## Ingress controller configuration

If you do not already have an instance of the the NGINX Ingress controller running, deploy it according to the
If you do not already have an instance of the NGINX Ingress controller running, deploy it according to the
[deployment guide][deploy], then follow these steps:

1. Edit the `nginx-ingress-controller` Deployment and set the value of the `--default-backend` flag to the name of the
Expand Down
2 changes: 1 addition & 1 deletion images/404-server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
notFound := newHTTPServer(fmt.Sprintf(":%d", *port), notFound())
metrics := newHTTPServer(fmt.Sprintf(":%d", *healthPort), metrics())

// start the the healthz and metrics http server
// start the healthz and metrics http server
go func() {
err := metrics.ListenAndServe()
if err != http.ErrServerClosed {
Expand Down

0 comments on commit be5b86f

Please sign in to comment.