From 9d086f82f93fb2ad8808e62c30c0335b416d3884 Mon Sep 17 00:00:00 2001 From: 0xbasar <109233435+0xbasar@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:40:54 +0300 Subject: [PATCH] docs: fix typo adr-006-secret-store-replacement.md (#18610) --- docs/architecture/adr-006-secret-store-replacement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-006-secret-store-replacement.md b/docs/architecture/adr-006-secret-store-replacement.md index fe2e254678..500ba40ca2 100644 --- a/docs/architecture/adr-006-secret-store-replacement.md +++ b/docs/architecture/adr-006-secret-store-replacement.md @@ -21,7 +21,7 @@ We are seeking solution that provides a common abstraction layer to the many dif We recommend replacing the current Keybase backend based on LevelDB with [Keyring](https://github.com/99designs/keyring) by 99 designs. This application is designed to provide a common abstraction and uniform interface between many secret stores and is used by AWS Vault application by 99-designs application. -This appears to fulfill the requirement of protecting both key material and metadata from rouge software on a user’s machine. +This appears to fulfill the requirement of protecting both key material and metadata from rogue software on a user’s machine. ## Status