Skip to content

Commit 03d1979

Browse files
Typo
1 parent 4c332ad commit 03d1979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Models/Config/Preferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public class Preferences : BindableBase
109109
public bool EnableExternalCertManagers { get; set; }
110110

111111
/// <summary>
112-
/// Id of the data store conenction configuration to use. 0 is the default scheme using local SQLite
112+
/// Id of the data store connection configuration to use. 0 is the default scheme using local SQLite
113113
/// </summary>
114114
public string ConfigDataStoreConnectionId { get; set; } = "0";
115115

0 commit comments

Comments
 (0)