From 5b47b1a9897fb7bb1f838c28cdc45198925fd54f Mon Sep 17 00:00:00 2001 From: Pawel Sosnowski Date: Wed, 10 Jan 2024 12:59:39 +0100 Subject: [PATCH] feat(irs):[#256] fixed documentation typo --- docs/src/docs/arc42/cross-cutting/under-the-hood.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc b/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc index fba7669989..aaa8440e10 100644 --- a/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc +++ b/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc @@ -118,7 +118,7 @@ This allows reuse of already existing EndpointDataReference if it is present, va rather than starting whole new contract negotiation process. In case token is expired the process is also shortened. We don't have to start new contract negotiation process, -since we can obtain required contractAgreementId from present authKey. This improves request processing time. +since we can obtain required contractAgreementId from present authCode. This improves request processing time. [source, mermaid] ....