From ee5bb53ea637d908099bcafb5ff3459b3093155b Mon Sep 17 00:00:00 2001 From: David Ebbo Date: Tue, 16 Jul 2024 16:38:02 +0200 Subject: [PATCH] Fix typo --- docs/fundamentals/components-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/components-overview.md b/docs/fundamentals/components-overview.md index 14b96c65a0..d3fa4be6af 100644 --- a/docs/fundamentals/components-overview.md +++ b/docs/fundamentals/components-overview.md @@ -107,7 +107,7 @@ You now have a fully configured PostgreSQL database component and corresponding ## Configure .NET Aspire components -.NET Aspire components implement a consistent configuration experiences via and . Configuration is schematized and part of a component's contract, ensuring backward compatibility across versions of the component. You can set up every .NET Aspire component through either JSON configuration files or directly through code using delegates. JSON files must follow a standardized naming convention based on the Component name. +.NET Aspire components implement a consistent configuration experience via and . Configuration is schematized and part of a component's contract, ensuring backward compatibility across versions of the component. You can set up every .NET Aspire component through either JSON configuration files or directly through code using delegates. JSON files must follow a standardized naming convention based on the Component name. For example, add the following code to the _:::no-loc text="appsettings.json":::_ file to configure the PostgreSQL component: