Skip to content

Commit a81d04d

Browse files
committed
Typo
1 parent f53877d commit a81d04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/basics/simple_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ field, which may be set by autoscalers.
6868
```go
6969
// ContainerSetSpec defines the desired state of ContainerSet
7070
type ContainerSetSpec struct {
71-
// replics is the number of replicas to maintain
71+
// replicas is the number of replicas to maintain
7272
Replicas int32 `json:"replicas,omitempty"`
7373

7474
// image is the container image to run. Image must have a tag.

0 commit comments

Comments
 (0)