Skip to content

Commit 36d4adb

Browse files
committed
Remove the duplicated word defaults
Signed-off-by: mooncake <[email protected]>
1 parent 2d76020 commit 36d4adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/basics/simple_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To learn more about how to use annotations in kubebuilder, refer to [Using Annot
6666

6767
The ContainerSetSpec contains the container image and replica count, which should be read by
6868
the controller and used to create and manage a new Deployment. The Spec field contains desired
69-
state defined by the user or, if unspecified, field defaults defaults or Controllers set values.
69+
state defined by the user or, if unspecified, field defaults or Controllers set values.
7070
An example of an unspecified field that could be owned by a Controller would be the `replicas`
7171
field, which may be set by autoscalers.
7272

docs/book/public/basics/simple_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ <h4 id="reference">Reference</h4>
732732
<div class="api-method"><div class="api-method-definition"><h2 id="containersetspec">ContainerSetSpec</h2>
733733
<p>The ContainerSetSpec contains the container image and replica count, which should be read by
734734
the controller and used to create and manage a new Deployment. The Spec field contains desired
735-
state defined by the user or, if unspecified, field defaults defaults or Controllers set values.
735+
state defined by the user or, if unspecified, field defaults or Controllers set values.
736736
An example of an unspecified field that could be owned by a Controller would be the <code>replicas</code>
737737
field, which may be set by autoscalers.</p>
738738
</div><div class="api-method-code"><div class="api-method-sample" data-lang="go" data-name="Go"><pre><code class="lang-go"><span class="hljs-comment">// ContainerSetSpec defines the desired state of ContainerSet</span>

0 commit comments

Comments
 (0)