From 4553c368d6258b1e60c5d91b83c661a04be9e5f9 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Mon, 5 Aug 2024 12:26:35 +0200 Subject: [PATCH] fix typo --- docs/developer/architecture/federated-catalog-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/architecture/federated-catalog-apis.md b/docs/developer/architecture/federated-catalog-apis.md index a76354b5..3dc94d75 100644 --- a/docs/developer/architecture/federated-catalog-apis.md +++ b/docs/developer/architecture/federated-catalog-apis.md @@ -20,11 +20,11 @@ Once all catalogs are collected, clients may add additional query parameters to the [QuerySpec class](https://github.com/eclipse-edc/Connector/blob/main/spi/common/core-spi/src/main/java/org/eclipse/edc/spi/query/QuerySpec.java) for details. -Please also check out [this link](https://eclipse-edc.github.io/FederatedCAtalog/openapi/catalog-api) for the complete +Please also check out [this link](https://eclipse-edc.github.io/FederatedCatalog/openapi/catalog-api) for the complete OpenAPI documentation. ## Observability API The Observability API is intended to provide information about the application health to the Docker daemon via Docker health checks and the Kubernetes control plane via Kubernetes Readiness Probes. It is not intended to be reachable -from outside the container as it lacks access control. \ No newline at end of file +from outside the container as it lacks access control.