1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Fix typos in comments (#2876)

This commit is contained in:
Jim Hays
2023-05-09 11:38:47 -04:00
committed by GitHub
parent 0bd0910c39
commit f9038472ce
12 changed files with 13 additions and 13 deletions

View File

@ -390,7 +390,7 @@ public class GlobalSettings : IGlobalSettings
/// </summary>
/// <remarks>
/// The certificate path and <see cref="CertificatePassword"/> are passed into the <see cref="System.Security.Cryptography.X509Certificates.X509Certificate2.X509Certificate2(string, string)" />.
/// The file format of the certificate may be binary encded (DER) or base64. If the private key is encrypted, provide the password in <see cref="CertificatePassword"/>,
/// The file format of the certificate may be binary encoded (DER) or base64. If the private key is encrypted, provide the password in <see cref="CertificatePassword"/>,
/// </remarks>
public string CertificatePath { get; set; }
/// <summary>