Skip to content

Commit e5d0380

Browse files
metacosmxstefank
andauthored
fix: typo
Co-authored-by: Martin Stefanko <[email protected]>
1 parent 70038a6 commit e5d0380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ the target resources from an event source, we provide a [mechanism](https://gith
374374
maps the resource to and ID and the ID of desired and actual resource is checked for equality.
375375

376376
Your POJO representing an external resource can implement [`ResourceIDProvider`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/ResourceIDProvider.java).
377-
The default `ResourceIDMapper` implementation works on top of resource which implement `ResourceIDProvider`:
377+
The default `ResourceIDMapper` implementation works on top of resource which implements the `ResourceIDProvider`:
378378

379379
```java
380380

0 commit comments

Comments
 (0)