Skip to content

Commit 26d972c

Browse files
authored
fix: typo in eventing docs (#2936)
Signed-off-by: xstefank <[email protected]>
1 parent f22f663 commit 26d972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/eventing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ single namespace (i.e. you cannot have an owner reference to a resource in a dif
106106
and are, by essence, limited to Kubernetes resources so you're out of luck if your secondary
107107
resources live outside of a cluster.
108108

109-
This is why JOSDK provides the `SecondayToPrimaryMapper` interface so that you can provide
109+
This is why JOSDK provides the `SecondaryToPrimaryMapper` interface so that you can provide
110110
alternative ways for the SDK to identify which primary resource needs to be reconciled when
111111
something occurs to your secondary resources. We even provide some of these alternatives in the
112112
[Mappers](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/Mappers.java)

0 commit comments

Comments
 (0)