From c3c01ff24526e70adf7c93b89c066bd3b6eb6559 Mon Sep 17 00:00:00 2001 From: xstefank Date: Mon, 8 Sep 2025 15:02:04 +0200 Subject: [PATCH] fix: typo in eventing docs Signed-off-by: xstefank --- docs/content/en/docs/documentation/eventing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/documentation/eventing.md b/docs/content/en/docs/documentation/eventing.md index 2591ab19c9..77daeb6fa3 100644 --- a/docs/content/en/docs/documentation/eventing.md +++ b/docs/content/en/docs/documentation/eventing.md @@ -106,7 +106,7 @@ single namespace (i.e. you cannot have an owner reference to a resource in a dif and are, by essence, limited to Kubernetes resources so you're out of luck if your secondary resources live outside of a cluster. -This is why JOSDK provides the `SecondayToPrimaryMapper` interface so that you can provide +This is why JOSDK provides the `SecondaryToPrimaryMapper` interface so that you can provide alternative ways for the SDK to identify which primary resource needs to be reconciled when something occurs to your secondary resources. We even provide some of these alternatives in the [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)