From 2fe2b5e53636e549a38073ecfd62cfc05fde69df Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Tue, 1 Oct 2024 17:43:54 -0400 Subject: [PATCH] Fix spelling Signed-off-by: Reshma Abdul Rahim --- .github/config/en-custom.txt | 3 +++ architecture/2024-06-resource-extensibility-feature-spec.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/config/en-custom.txt b/.github/config/en-custom.txt index b1bb0e96..334e7ed6 100644 --- a/.github/config/en-custom.txt +++ b/.github/config/en-custom.txt @@ -859,3 +859,6 @@ UDT UDTs encodings invariants +Mycompany +plaidResource +resourceTypes \ No newline at end of file diff --git a/architecture/2024-06-resource-extensibility-feature-spec.md b/architecture/2024-06-resource-extensibility-feature-spec.md index bdd66c94..115786e5 100644 --- a/architecture/2024-06-resource-extensibility-feature-spec.md +++ b/architecture/2024-06-resource-extensibility-feature-spec.md @@ -171,7 +171,7 @@ First, we will create a custom YAML format that requires basic user inputs to de | Terminology | Description | Example | |-------------|-------------|---------| |Resource type | A service or technology that can be modeled as a resource | PostgreSQL or AWS S3 or Internal messaging service | -|Resource provider | Resource provider refers to a group of resource types under a common namespace. Resource providers are also entities that implement the group of resource types | Contoso.Messaging or Applications.Core | +|Resource provider | Resource provider refers to a group of resource types under a common namespace. Resource providers are also entities that implement the group of resource types | Mycompany.Messaging or Applications.Core | **Note: The user experience detailed below is an illustrative example of how the user interacts with the feature. The actual user experience may vary based on the implementation and will be covered in the child feature spec documents**