We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c332ad commit 03d1979Copy full SHA for 03d1979
src/Certify.Models/Config/Preferences.cs
@@ -109,7 +109,7 @@ public class Preferences : BindableBase
109
public bool EnableExternalCertManagers { get; set; }
110
111
/// <summary>
112
- /// Id of the data store conenction configuration to use. 0 is the default scheme using local SQLite
+ /// Id of the data store connection configuration to use. 0 is the default scheme using local SQLite
113
/// </summary>
114
public string ConfigDataStoreConnectionId { get; set; } = "0";
115
0 commit comments