From a417aa72e821837bfc304439d1ef7a4a123380e3 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 12 Jun 2025 15:30:04 +0200 Subject: [PATCH] Update src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> --- .../KeyManagement/Models/Response/PrivateKeysResponseModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs b/src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs index c9b8e42144..667231c459 100644 --- a/src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs +++ b/src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs @@ -7,7 +7,7 @@ namespace Bit.Api.KeyManagement.Models.Response; #nullable enable /// -/// This response model is used to return the the asymmetric encryption keys, +/// This response model is used to return the asymmetric encryption keys, /// and signature keys of an entity. This includes the private keys of the key pairs, /// (private key, signing key), and the public keys of the key pairs (unsigned public key, /// signed public key, verification key).