From ad39366be49b8eef38544b7e80243e09db55e744 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Tue, 15 Jul 2025 13:16:39 -0700 Subject: [PATCH] Fix small typo (#6625) Found a small typo randomly. Co-authored-by: Anton Kolesnyk --- sdk/keyvault/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/README.md b/sdk/keyvault/README.md index 0ee389cf1..b5b01d250 100644 --- a/sdk/keyvault/README.md +++ b/sdk/keyvault/README.md @@ -1,4 +1,4 @@ -# Azure Key Vault Client Librares for C++ +# Azure Key Vault Client Libraries for C++ The Azure Key Vault Client Libraries for C++ allows you to build applications against Microsoft Azure Key Vault services like Keys, Certificates and Secrets. For an overview of Azure Key Vault, see [Introduction to Microsoft Azure Key Vault](https://learn.microsoft.com/azure/key-vault).