Skip to content

Commit d2cd9a0

Browse files
committed
Typo
1 parent 7d020e2 commit d2cd9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-tos/link-to-remote-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This how-to will take you through the steps of registering multiple entities in
1111

1212
## Create Referenced Descriptors
1313

14-
It is nessacary to create a number of regular entities (e.g. [Components](../explanations/component.md) or [APIs](../explanations/api.md)) before we can register them together. This may be performed as explained in [Register a Component](register-a-component.md) or [Register a Static API](register-a-static-api.md). Instead of their usual locations, these files should be given names and located in directories appropriate to the entity they register. For example, the entity descriptor for `my-component` may be located at `my-component/catalog-info.yaml`or`catalog-info/my-component.yaml`.
14+
It is necessary to create a number of regular entities (e.g. [Components](../explanations/component.md) or [APIs](../explanations/api.md)) before we can register them together. This may be performed as explained in [Register a Component](register-a-component.md) or [Register a Static API](register-a-static-api.md). Instead of their usual locations, these files should be given names and located in directories appropriate to the entity they register. For example, the entity descriptor for `my-component` may be located at `my-component/catalog-info.yaml`or`catalog-info/my-component.yaml`.
1515

1616
{%
1717
include-markdown "../common/create-entity-descriptor.md"

0 commit comments

Comments
 (0)