Skip to content

Commit 758202f

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-webhook/src/tls/mod.rs
Co-authored-by: Techassi <[email protected]>
1 parent 9da5588 commit 758202f

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-webhook/src/tls

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/tls/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct TlsServer {
7272
impl TlsServer {
7373
/// Create a new [`TlsServer`].
7474
///
75-
/// This create a [`CertificateResolver`] with the provided `subject_alterative_dns_names`,
75+
/// This creates a [`CertificateResolver`] with the provided `subject_alterative_dns_names`,
7676
/// which takes care of the certificate rotation. Afterwards it create the [`ServerConfig`],
7777
/// which let's the [`CertificateResolver`] provide the needed certificates.
7878
#[instrument(name = "create_tls_server", skip(router))]

0 commit comments

Comments
 (0)