From 702c613eb95ca4cdd42ecbfd017cab66e73a0819 Mon Sep 17 00:00:00 2001 From: yazansalti Date: Wed, 4 Dec 2024 12:25:19 +0400 Subject: [PATCH] Minor phrasing fix --- interfaces/tls_certificates/v1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/tls_certificates/v1/README.md b/interfaces/tls_certificates/v1/README.md index d5710d25..a46fdb97 100644 --- a/interfaces/tls_certificates/v1/README.md +++ b/interfaces/tls_certificates/v1/README.md @@ -9,7 +9,7 @@ A recommended approach is to use the [tls_certificates_interface library V4](htt ## Direction -As all Juju relations, the `tls-certificates` interface consists of a provider and a requirer. +As with all Juju relations, the `tls-certificates` interface consists of a provider and a requirer. One of these, in this case the `provider`, will be expected to create TLS certificates where the `requirer` will be able to consume and use them for TLS communications.