Small English grammar error.

This commit is contained in:
Chris Houston
2016-12-06 11:05:59 +00:00
parent f48ba93a01
commit 90136c524c

View File

@@ -415,7 +415,7 @@ namespace Umbraco.Core
if (currentTry == 5)
{
throw new UmbracoStartupFailedException("Umbraco cannot start. A connection string is configured but the Umbraco cannot connect to the database.");
throw new UmbracoStartupFailedException("Umbraco cannot start. A connection string is configured but Umbraco cannot connect to the database.");
}
}