Skip to content

Commit fe626f8

Browse files
authored
Merge pull request #634 from prometherion/patch-2
:doc: Typo
2 parents 141649a + a81d04d commit fe626f8

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)