From 26b79196e4884d182def85d45cba9cb83d486172 Mon Sep 17 00:00:00 2001 From: Abraham Date: Mon, 13 Jan 2025 12:21:11 +0000 Subject: [PATCH] Update connectionstringssettings.md Little formatting. Changing the use of "An" to "The" --- .../reference/configuration/connectionstringssettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/reference/configuration/connectionstringssettings.md b/15/umbraco-cms/reference/configuration/connectionstringssettings.md index e94809c8fa2..62070ee48f9 100644 --- a/15/umbraco-cms/reference/configuration/connectionstringssettings.md +++ b/15/umbraco-cms/reference/configuration/connectionstringssettings.md @@ -6,7 +6,7 @@ description: "Information on the connection strings settings section" The connection strings settings section contains the connection string to the database Umbraco will connect to. This section is similar to what is used by default in .NET Core. The important thing is that the key for the connection string Umbraco will use is `"umbracoDbDSN"`. It is also important to know that this section is outside the `Umbraco.CMS` section, and is therefore in the root of the config. -An connection strings config can look like this: +The connection strings config can look like this: ```json {