Skip to content

Commit 1259fa6

Browse files
committed
Fix typo
1 parent 066c204 commit 1259fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if err = (&pod.Webhook{}).SetupWebhookWithManager(mgr); err != nil {
5959

6060
## Examples
6161
### Mutating admission webhook using `MutateObjectFunc`
62-
The `MutateObjectFunc` creates the JSON patches for admission response automatically in order to simplify the mutation of `runtime.Object`.
63-
The example shows how the functional `MutateObjectFunc` interface can be used to mutate a `Pod`.
62+
The `MutateObjectFunc` creates the JSON patches for the admission response automatically in order to simplify the mutation of `runtime.Object`.
63+
The example shows how the functional interface `MutateObjectFunc` can be used to mutate a `Pod`.
6464
```go
6565
package pod
6666

0 commit comments

Comments
 (0)