Skip to content

Commit

Permalink
fix: bad wording
Browse files Browse the repository at this point in the history
  • Loading branch information
britsta committed Dec 18, 2024
1 parent b0b7eac commit f029f57
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f029f57

Please sign in to comment.