Merge pull request #4980 from sbwalker/dev

fix comment spelling
This commit is contained in:
Shaun Walker 2025-01-13 07:50:21 -05:00 committed by GitHub
commit b403f5cf71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ namespace Oqtane.Infrastructure
// get configuration // get configuration
if (install == null) if (install == null)
{ {
// startup or auotmated installation // startup or automated installation
install = new InstallConfig install = new InstallConfig
{ {
ConnectionString = _config.GetConnectionString(SettingKeys.ConnectionStringKey), ConnectionString = _config.GetConnectionString(SettingKeys.ConnectionStringKey),