Skip to content

Commit e135287

Browse files
authored
Merge pull request #2534 from nakamasato/nakamasato-patch-1
📖 docs: fix tiny English grammar in section "watching resources"
2 parents 3877abf + c662ac3 commit e135287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/reference/watching-resources/externally-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are many examples of Resource Specs that allow users to reference external
1212
- Deployments and Services have references to Pods
1313

1414
This same functionality can be added to CRDs and custom controllers.
15-
This will allow for resources to be reconciled when another resources it references is changed.
15+
This will allow for resources to be reconciled when another resource it references is changed.
1616

1717
As an example, we are going to create a `ConfigDeployment` resource.
1818
The `ConfigDeployment`'s purpose is to manage a `Deployment` whose pods are always using the latest version of a `ConfigMap`.
@@ -28,4 +28,4 @@ These pods should be updated anytime that the referenced ConfigMap changes, ther
2828

2929
### Watch linked resources
3030

31-
{{#literatego ./testdata/external-indexed-field/controller.go}}
31+
{{#literatego ./testdata/external-indexed-field/controller.go}}

0 commit comments

Comments
 (0)