From 47e9f866b7059e78654bf70e11ba598104f877aa Mon Sep 17 00:00:00 2001 From: Alexander Kotliarskyi Date: Tue, 26 Jul 2022 05:38:18 -0700 Subject: [PATCH] docs: Fix typo in Clef/Instructions (#25389) Co-authored-by: Sina Mahmoodi --- docs/_clef/Introduction.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_clef/Introduction.md b/docs/_clef/Introduction.md index 2aeadde9ac..cecdde0b39 100644 --- a/docs/_clef/Introduction.md +++ b/docs/_clef/Introduction.md @@ -9,7 +9,7 @@ sort_key: A ## What is Clef? Clef is a tool for **signing transactions and data** in a secure local environment. -t is intended to become a more composable and secure replacement for Geth's built-in +It is intended to become a more composable and secure replacement for Geth's built-in account management. Clef decouples key management from Geth itself, meaning it can be used as an independent, standalone key management and signing application, or it can be integrated into Geth. This provides a more flexible modular tool compared to @@ -205,4 +205,3 @@ as a backend account manager and signer for Geth or as a completely separate sta modular and composable it can be used as a component in decentralized applications or to sign data and transactions in untrusted environments. Clef is intended to eventually replace Geth's built-in account management tools. - \ No newline at end of file