Skip to content

Commit d6fe862

Browse files
fix: split sentence
Co-authored-by: Sébastien CROCQUESEL <[email protected]>
1 parent 6dc9924 commit d6fe862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ JOSDK also offers several other convenient implementations building on top of
8686
`AbstractDependentResource` that you can use as starting points for your own implementations.
8787

8888
One such implementation is the `KubernetesDependentResource` class that makes it really easy to work
89-
with Kubernetes-native resources as, in this case, you usually only need to provide an
89+
with Kubernetes-native resources. In this case, you usually only need to provide an
9090
implementation for the `desired` method to tell JOSDK what the desired state of your secondary
9191
resource should be based on the specified primary resource state. JOSDK takes care of everything
9292
else using default implementations that you can override in case you need more precise control of

0 commit comments

Comments
 (0)