Skip to content

Commit b652eed

Browse files
Update docs/book/src/reference/watching-resources.md
1 parent 2a8f81c commit b652eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impact the primary resource and your controller's functionality.
113113
Here are the key reasons why it's important to watch them:
114114

115115
- **Ensuring Consistency**:
116-
- Secondary resources (e.g., child objects or external dependencies) may diverge from their expected state.
116+
- Secondary resources (e.g., child objects or external dependencies) may diverge from their desired state.
117117
For instance, a secondary resource may be modified or deleted, causing the system to fall out of sync.
118118
- Watching secondary resources ensures that any changes are detected immediately, allowing the controller to
119119
reconcile and restore the desired state.

0 commit comments

Comments
 (0)