Skip to content

Commit

Permalink
Merge pull request #1638 from kevindelgado/docs/fix-typos
Browse files Browse the repository at this point in the history
docs/book: fix small typos
  • Loading branch information
k8s-ci-robot committed Aug 15, 2020
2 parents c47c1bc + 8c963cf commit 3c4eb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/running-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Why?

## Cert Manager

You need follow [this](./cert-manager.md) to install the cert manager bundle.
You need to follow [this](./cert-manager.md) to install the cert manager bundle.

## Build your image

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
var cronjoblog = logf.Log.WithName("cronjob-resource")

/*
This setup is doubles as setup for our conversion webhooks: as long as our
This setup doubles as setup for our conversion webhooks: as long as our
types implement the
[Hub](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/conversion?tab=doc#Hub) and
[Convertible](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/conversion?tab=doc#Convertible)
Expand Down

0 comments on commit 3c4eb4f

Please sign in to comment.