From f029f570ac36e858310ed10fe3a613b80bd7b023 Mon Sep 17 00:00:00 2001 From: Britta Stallknecht Date: Wed, 18 Dec 2024 15:53:40 +0000 Subject: [PATCH] fix: bad wording --- ...e-case-transport-load-item-from-truncated-reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_docs_use-cases/use-case-transport-load-item-from-truncated-reference.md b/_docs_use-cases/use-case-transport-load-item-from-truncated-reference.md index 3a3191b45..ce63893ef 100644 --- a/_docs_use-cases/use-case-transport-load-item-from-truncated-reference.md +++ b/_docs_use-cases/use-case-transport-load-item-from-truncated-reference.md @@ -43,7 +43,7 @@ required_by: This use case intends to load an entity by its `reference` received by peer. It is internally using the specific use cases of each entity: -- If the `reference` references a Token, fetches the Token just like [Load Token created by others]({% link _docs_use-cases/use-case-transport-load-token-created-by-others.md %}). -- If the `reference` references a RelationshipTemplate, fetches the RelationshipTemplate just like [Load RelationshipTemplate created by others]({% link _docs_use-cases/use-case-transport-load-relationshiptemplate-created-by-others.md %}). -- If the `reference` references a File, fetches the File just like [Get or load File]({% link _docs_use-cases/use-case-transport-get-or-load-file.md %}). -- If the `reference` references a DeviceOnboardingInformation, fetches the DeviceOnboardingInformation just like [Create Device Onboarding Token]({% link _docs_use-cases/use-case-transport-create-device-onboarding-token.md %}). +- If the `reference` references a Token, fetches the Token just like the [Load Token created by others]({% link _docs_use-cases/use-case-transport-load-token-created-by-others.md %}) use case. +- If the `reference` references a RelationshipTemplate, fetches the RelationshipTemplate just like the [Load RelationshipTemplate created by others]({% link _docs_use-cases/use-case-transport-load-relationshiptemplate-created-by-others.md %}) use case. +- If the `reference` references a File, fetches the File just like the [Get or load File]({% link _docs_use-cases/use-case-transport-get-or-load-file.md %}) use case. +- If the `reference` references a DeviceOnboardingInfo, fetches the DeviceOnboardingInfo created by the [Create Device Onboarding Token]({% link _docs_use-cases/use-case-transport-create-device-onboarding-token.md %}) use case.