From cb52fb35e3ca0923f5985d239e06058bdb798427 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Wed, 11 Jun 2025 18:03:25 -0700 Subject: [PATCH] Fix small typo Found a small typo randomly. --- 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 0ee389cf12..b5b01d250e 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).